X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FconvertUserOptions.php;h=34c643bbaa72810ff5c18ed7bc552d7e303de1e8;hb=45e0034abb78398681af5cd2c3e727f43c514fea;hp=e2223e1a78d3986b12972d47d5d02a593c912e82;hpb=b5f6fcb087098ac6f5e2f80c0e84b790bc44da16;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/convertUserOptions.php b/maintenance/convertUserOptions.php index e2223e1a78..34c643bbaa 100644 --- a/maintenance/convertUserOptions.php +++ b/maintenance/convertUserOptions.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to convert user options to the new `user_properties` table. @@ -96,4 +96,4 @@ class ConvertUserOptions extends Maintenance { } $maintClass = "ConvertUserOptions"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;