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