X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FfixDoubleRedirects.php;h=523be7efe747a1351d74b85854f27bb8f1e3719d;hb=703206f38c63ba51e75a8aa49724f112ab78047d;hp=19b977773e719e65927e8709e88eec5470ae21a2;hpb=517cc05f971fd329218c08e6b15b7c9ee2dadd8e;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fixDoubleRedirects.php b/maintenance/fixDoubleRedirects.php index 19b977773e..523be7efe7 100644 --- a/maintenance/fixDoubleRedirects.php +++ b/maintenance/fixDoubleRedirects.php @@ -25,7 +25,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that fixes double redirects. @@ -134,4 +134,4 @@ class FixDoubleRedirects extends Maintenance { } $maintClass = "FixDoubleRedirects"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;