removed a debug output when setting up the dropbox for language variants
[lhc/web/wiklou.git] / includes / LogPage.php
index c2f0d6a..3f7fb0b 100644 (file)
 
 /**
  * Contain log classes
+ *
+ * @package MediaWiki
  */
 
 /**
  * Class to simplify the use of log pages.
  * The logs are now kept in a table which is easier to manage and trim
  * than ever-growing wiki pages.
+ *
+ * @package MediaWiki
  */
 class LogPage {
        /* private */ var $type, $action, $comment;