Merge "Fix incorrect escaping of nested <em>, <strong>, <q>, <ruby>, and <bdo>"
[lhc/web/wiklou.git] / maintenance / waitForSlave.php
index 28e1a54..a62d161 100644 (file)
@@ -22,7 +22,7 @@
  * @see wfWaitForSlaves()
  */
 
-require_once( __DIR__ . '/Maintenance.php' );
+require_once __DIR__ . '/Maintenance.php';
 
 /**
  * Maintenance script to wait until slave lag goes under a certain value.