Move up to date the parser test expectation.
[lhc/web/wiklou.git] / maintenance / fixUserRegistration.php
index d330535..8091c7a 100644 (file)
@@ -21,7 +21,7 @@
  * @ingroup Maintenance
  */
 
-require_once( dirname(__FILE__) . '/Maintenance.php' );
+require_once( dirname( __FILE__ ) . '/Maintenance.php' );
 
 class FixUserRegistration extends Maintenance {
        public function __construct() {