X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FresetUserTokens.php;h=241d6328c83fcdeae9c6d2e8a05d9715d17c4f6a;hb=ff74e2d6e37311c6dbacb64a382736c168428e75;hp=d7f8c6d0bdebd435cf3c42678cfcccc0a9d0a531;hpb=3c899bfc66218e8a65b45ad158e3dcb6081ac4e9;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/resetUserTokens.php b/maintenance/resetUserTokens.php index d7f8c6d0bd..241d6328c8 100644 --- a/maintenance/resetUserTokens.php +++ b/maintenance/resetUserTokens.php @@ -23,7 +23,7 @@ * @author Daniel Friesen */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script to reset the user_token for all users on the wiki. @@ -75,4 +75,4 @@ class ResetUserTokens extends Maintenance { } $maintClass = "ResetUserTokens"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;