X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2Forphans.php;h=b4d255ab8abacbe0bb99315f82d2a2e561a21239;hb=f5e7453f5ce96d14556674673c97a315010ab252;hp=bae0b88b87fd27df6a9ebcfcf22405782d6a0afa;hpb=c752c43a374a49fe77dacac5a0a514c5a43f838b;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/orphans.php b/maintenance/orphans.php index bae0b88b87..b4d255ab8a 100644 --- a/maintenance/orphans.php +++ b/maintenance/orphans.php @@ -28,7 +28,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that looks for 'orphan' revisions hooked to pages which @@ -239,4 +239,4 @@ class Orphans extends Maintenance { } $maintClass = "Orphans"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;