From: Domas Mituzas Date: Tue, 6 Jun 2006 11:46:16 +0000 (+0000) Subject: AutoLoad ImageGalery X-Git-Tag: 1.31.0-rc.0~56875 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=bb5a77358ac8fb41431ea48cbc1c927fbcf64067;p=lhc%2Fweb%2Fwiklou.git AutoLoad ImageGalery --- diff --git a/includes/Parser.php b/includes/Parser.php index 0c0d5ac9f3..bd58a3cd65 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -9,7 +9,6 @@ /** */ require_once( 'Sanitizer.php' ); require_once( 'HttpFunctions.php' ); -require_once( 'ImageGallery.php' ); /** * Update this version number when the ParserOutput format diff --git a/includes/SpecialNewimages.php b/includes/SpecialNewimages.php index 35b4b88bab..8d7d814479 100644 --- a/includes/SpecialNewimages.php +++ b/includes/SpecialNewimages.php @@ -5,9 +5,6 @@ * @subpackage SpecialPage */ -/** */ -require_once( 'ImageGallery.php' ); - /** * */