Make revdel input form more consistent with other forms:
[lhc/web/wiklou.git] / maintenance / rebuildmessages.php
index 2afbc3f..546d521 100644 (file)
@@ -20,7 +20,7 @@
  * @ingroup Maintenance
  */
 
-require_once( "Maintenance.php" );
+require_once( dirname(__FILE__) . '/Maintenance.php' );
 
 class RebuildMessages extends Maintenance {
        public function __construct() {