From 4eedf804e1f26d95de6803e48c608d893c53b7d0 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 28 May 2009 07:15:00 +0800 Subject: Update all references to the core application to now point to the gallery module. This type of mass update is prone to some small bugs. Signed-off-by: Gallery Role Account --- modules/gallery_unit_test/controllers/gallery_unit_test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/gallery_unit_test') diff --git a/modules/gallery_unit_test/controllers/gallery_unit_test.php b/modules/gallery_unit_test/controllers/gallery_unit_test.php index 5206f9fb..c9aa0ddc 100644 --- a/modules/gallery_unit_test/controllers/gallery_unit_test.php +++ b/modules/gallery_unit_test/controllers/gallery_unit_test.php @@ -96,15 +96,15 @@ class Gallery_Unit_Test_Controller extends Controller { $db->clear_cache(); // Install all modules - // Force core and user to be installed first to resolve dependencies. - core_installer::install(true); + // Force gallery and user to be installed first to resolve dependencies. + gallery_installer::install(true); module::load_modules(); module::install("user"); module::activate("user"); $modules = array(); foreach (glob(MODPATH . "*/helpers/*_installer.php") as $file) { $module_name = basename(dirname(dirname($file))); - if (in_array($module_name, array("core", "user"))) { + if (in_array($module_name, array("gallery", "user"))) { continue; } module::install($module_name); -- cgit v1.2.3