X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcreateAndPromote.php;h=03e690475a987036ddb62230af5788caabec033a;hb=97c8120f995cb333fb86c82b7b9adbe0994faddb;hp=5681d41a05cde7f81883326089f2027857845804;hpb=d0596f64fb891f6666ad4144f94dbf83b8f7db7b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/createAndPromote.php b/maintenance/createAndPromote.php index 5681d41a05..03e690475a 100644 --- a/maintenance/createAndPromote.php +++ b/maintenance/createAndPromote.php @@ -23,7 +23,7 @@ * @author Pablo Castellano */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to create an account and grant it administrator rights. @@ -114,4 +114,4 @@ class CreateAndPromote extends Maintenance { } $maintClass = "CreateAndPromote"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;