From bb5a77358ac8fb41431ea48cbc1c927fbcf64067 Mon Sep 17 00:00:00 2001 From: Domas Mituzas Date: Tue, 6 Jun 2006 11:46:16 +0000 Subject: [PATCH] AutoLoad ImageGalery --- includes/Parser.php | 1 - includes/SpecialNewimages.php | 3 --- 2 files changed, 4 deletions(-) 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' ); - /** * */ -- 2.20.1