Stylize maintenance folder..
[lhc/web/wiklou.git] / maintenance / waitForSlave.php
index f2a532c..24fb530 100644 (file)
@@ -19,7 +19,7 @@
  * @see wfWaitForSlaves()
  */
 
-require_once( dirname(__FILE__) . '/Maintenance.php' );
+require_once( dirname( __FILE__ ) . '/Maintenance.php' );
 
 class WaitForSlave extends Maintenance {
        public function __construct() {