X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FdeleteBatch.php;h=936a52b85749171fde467d4fb00229784e8baac9;hb=cf0872c783946242698bfaf9bd134d503fc393fc;hp=2a99fa18669dd3dfbb135c6b341bb9c35742f771;hpb=d87135d706004373b2cfdc4c588ce6d80358631f;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/deleteBatch.php b/maintenance/deleteBatch.php index 2a99fa1866..936a52b857 100644 --- a/maintenance/deleteBatch.php +++ b/maintenance/deleteBatch.php @@ -1,6 +1,6 @@ ] [-r ] [-i ] [listfile] * where * [listfile] is a file where each line contains the title of a page to be @@ -28,7 +28,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); /** * Maintenance script to delete a batch of pages.