X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcompareParsers.php;h=fabc2571333ef948905089b3a4805b3eefd37393;hb=2f9cfa3d26fd11e4d816502df9f3e4a68b5bc4c4;hp=b361117b32a2e65b24506933c001411e2ace2e32;hpb=760b1e8c3baa03f27900d227faba53842524023f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/compareParsers.php b/maintenance/compareParsers.php index b361117b32..fabc257133 100644 --- a/maintenance/compareParsers.php +++ b/maintenance/compareParsers.php @@ -28,7 +28,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/dumpIterator.php' ); +require_once __DIR__ . '/dumpIterator.php'; /** * Maintenance script to take page text out of an XML dump file and render @@ -156,4 +156,4 @@ class CompareParsers extends DumpIterator { } $maintClass = "CompareParsers"; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;