X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FcopyJobQueue.php;h=e833115ba9422d30dbdedc33d52fd16ee6c897c6;hb=5eda555000550e5beebcac376508efbf89c9ae2c;hp=3e193976bad146aefe3452b899c46b6378db291b;hpb=2dcd5bc9235ecb7a5237f82822fd7784d5634bae;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/copyJobQueue.php b/maintenance/copyJobQueue.php index 3e193976ba..e833115ba9 100644 --- a/maintenance/copyJobQueue.php +++ b/maintenance/copyJobQueue.php @@ -21,7 +21,7 @@ * @ingroup Maintenance */ -require_once( __DIR__ . '/Maintenance.php' ); +require_once __DIR__ . '/Maintenance.php'; /** * Copy all jobs from one job queue system to another. @@ -96,4 +96,4 @@ class CopyJobQueue extends Maintenance { } $maintClass = 'CopyJobQueue'; -require_once( RUN_MAINTENANCE_IF_MAIN ); +require_once RUN_MAINTENANCE_IF_MAIN;