* Indonesian (id) localisation updates.
[lhc/web/wiklou.git] / maintenance / storage / compressOld.php
index 18bc2bd..87aebb7 100644 (file)
@@ -2,8 +2,7 @@
 /**
  * Compress the text of a wiki
  *
- * @package MediaWiki
- * @subpackage Maintenance
+ * @addtogroup Maintenance
  */
 
 /** */
@@ -32,7 +31,7 @@
  */
 
 $optionsWithArgs = array( 't', 'c', 's', 'f', 'h', 'extdb', 'endid', 'e' );
-require_once( "../commandLine.inc" );
+require_once( dirname(__FILE__) . '/../commandLine.inc' );
 require_once( "compressOld.inc" );
 
 if( !function_exists( "gzdeflate" ) ) {