X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FfixDoubleRedirects.php;h=523be7efe747a1351d74b85854f27bb8f1e3719d;hb=a55e363f50c071631881487416daa49397386252;hp=19b977773e719e65927e8709e88eec5470ae21a2;hpb=d6e2001ef8e8e0425f33daf34c5925b37a89d758;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;