From: Aaron Schulz Date: Mon, 16 Jun 2008 20:37:15 +0000 (+0000) Subject: Remove require() line - caused fatal errors X-Git-Tag: 1.31.0-rc.0~46991 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=9ecfcb73bc23cc86502389548f8d3145a76d188d;p=lhc%2Fweb%2Fwiklou.git Remove require() line - caused fatal errors --- diff --git a/includes/specials/Recentchanges.php b/includes/specials/Recentchanges.php index cd1dac0885..5ee2705846 100644 --- a/includes/specials/Recentchanges.php +++ b/includes/specials/Recentchanges.php @@ -4,11 +4,6 @@ * @ingroup SpecialPage */ -/** - * - */ -require_once( dirname(__FILE__) . '/ChangesList.php' ); - /** * Constructor */