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