X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FfetchText.php;h=a705bccad0a79aaa764d284e11f5086b880947ea;hb=ee3f8ee9fc98574803e69f3479e209f5b80536de;hp=28330814c33649c767810045a0ada52970514ed5;hpb=5446238520cceb067792338cdfc83a343b480e15;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/fetchText.php b/maintenance/fetchText.php index 28330814c3..a705bccad0 100644 --- a/maintenance/fetchText.php +++ b/maintenance/fetchText.php @@ -22,7 +22,7 @@ * @ingroup Maintenance */ -require_once( dirname( __FILE__ ) . '/Maintenance.php' ); +require_once( __DIR__ . '/Maintenance.php' ); /** * Maintenance script used to fetch page text in a subprocess.