X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FupdateRestrictions.php;h=8699dc26b7252995e856b319a77f234f003175fc;hb=43a4dcc2d25f5aee2f88b92f72703f55d1c63381;hp=04e7f41c990fb070e2a44ba59feb3b42f423678e;hpb=3fe42d7504412ebe15912133b0e34e15637f3eeb;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();