Avoid fatal errors with uselang=s
[lhc/web/wiklou.git] / maintenance / updateRestrictions.php
index 04e7f41..8699dc2 100644 (file)
 
 require_once( __DIR__ . '/Maintenance.php' );
 
+/**
+ * Maintenance script that updates page_restrictions table from
+ * old page_restriction column.
+ *
+ * @ingroup Maintenance
+ */
 class UpdateRestrictions extends Maintenance {
        public function __construct() {
                parent::__construct();