X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FdeleteOrphanedRevisions.php;h=f0a969280543a52b04c8a92dfe6fb61e6ab722fb;hb=d2b5b94658058518f05db74d87c3b8399d83a42f;hp=1eb7262e7bfd4ef9c723c199e5faa50e81b1cdf7;hpb=b905c6b371b1314ac3347e1fbf1a5af2fc58fd67;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteOrphanedRevisions.php b/maintenance/deleteOrphanedRevisions.php index 1eb7262e7b..f0a9692805 100644 --- a/maintenance/deleteOrphanedRevisions.php +++ b/maintenance/deleteOrphanedRevisions.php @@ -24,7 +24,7 @@ * @todo More efficient cleanup of text records */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Maintenance script that deletes revisions which refer to a nonexisting page. @@ -92,4 +92,4 @@ class DeleteOrphanedRevisions extends Maintenance { } $maintClass = "DeleteOrphanedRevisions"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;