From 7fd6fcaf9b4d814455758963acf1236034494362 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 28 May 2009 17:46:17 -0700 Subject: Force modules/gallery to be at the end of the module load path, so that all other modules can override the core code. --- application/config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application') diff --git a/application/config/config.php b/application/config/config.php index 92886dbe..d6da2ad1 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -119,7 +119,7 @@ $config['extension_prefix'] = 'MY_'; */ $config['modules'] = array( MODPATH . 'forge', - MODPATH . 'gallery', + MODPATH . 'gallery', // gallery must be *last* in the order ); if (TEST_MODE) { -- cgit v1.2.3