From: Aaron Schulz Date: Fri, 19 Dec 2008 07:37:07 +0000 (+0000) Subject: Remove LogPage require X-Git-Tag: 1.31.0-rc.0~43884 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=commitdiff_plain;h=040e07acf7a279e70873ef7fa9454f26ee9c7d0b;p=lhc%2Fweb%2Fwiklou.git Remove LogPage require --- 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';