* Some enhancements to live preview
[lhc/web/wiklou.git] / includes / Export.php
index ba584e0..f15c778 100644 (file)
@@ -19,8 +19,7 @@
 
 /**
  *
- * @package MediaWiki
- * @subpackage SpecialPage
+ * @addtogroup SpecialPage
  */
 
 class WikiExporter {
@@ -51,7 +50,7 @@ class WikiExporter {
         *                         dir: "asc" or "desc" timestamp order
         * @param int $buffer one of WikiExporter::BUFFER or WikiExporter::STREAM
         */
-       function WikiExporter( &$db, $history = WikiExporter::CURRENT,
+       function __construct( &$db, $history = WikiExporter::CURRENT,
                        $buffer = WikiExporter::BUFFER, $text = WikiExporter::TEXT ) {
                $this->db =& $db;
                $this->history = $history;