Fix for r51560: forgot to remove a require('counter.php')
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Jun 2009 18:05:21 +0000 (18:05 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 10 Jun 2009 18:05:21 +0000 (18:05 +0000)
maintenance/rebuildtextindex.inc

index 0f58fff..f972d14 100644 (file)
@@ -1,5 +1,4 @@
 <?php
-require_once 'counter.php';
 /**
  * Rebuild the fulltext search indexes. This may take a while
  * depending on the database size and server configuration.