X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateRestrictions.php;h=8699dc26b7252995e856b319a77f234f003175fc;hb=89a055491c988688c13b26184c06ba9d7b3585f3;hp=04e7f41c990fb070e2a44ba59feb3b42f423678e;hpb=5fdca330461d453afe4efd73d2543bb9952d872d;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/updateRestrictions.php b/maintenance/updateRestrictions.php index 04e7f41c99..8699dc26b7 100644 --- a/maintenance/updateRestrictions.php +++ b/maintenance/updateRestrictions.php @@ -26,6 +26,12 @@ 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();