Remove LogPage require
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 19 Dec 2008 07:37:07 +0000 (07:37 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 19 Dec 2008 07:37:07 +0000 (07:37 +0000)
includes/GlobalFunctions.php

index d450836..347b17d 100644 (file)
@@ -8,7 +8,6 @@ if ( !defined( 'MEDIAWIKI' ) ) {
  * Global functions used everywhere
  */
 
-require_once dirname(__FILE__) . '/LogPage.php';
 require_once dirname(__FILE__) . '/normal/UtfNormalUtil.php';
 require_once dirname(__FILE__) . '/XmlFunctions.php';