From 040e07acf7a279e70873ef7fa9454f26ee9c7d0b Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Fri, 19 Dec 2008 07:37:07 +0000 Subject: [PATCH] Remove LogPage require --- includes/GlobalFunctions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index d450836ae0..347b17d1bc 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -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'; -- 2.20.1