From d45a73777935c86fc5131955831833d7465b5e9d Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 21 Jan 2013 01:22:01 -0500 Subject: Update copyright to 2013. Fixes #1953. --- modules/gallery_unit_test/controllers/gallery_unit_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery_unit_test/controllers/gallery_unit_test.php') diff --git a/modules/gallery_unit_test/controllers/gallery_unit_test.php b/modules/gallery_unit_test/controllers/gallery_unit_test.php index 19017a43..df4b1f4a 100644 --- a/modules/gallery_unit_test/controllers/gallery_unit_test.php +++ b/modules/gallery_unit_test/controllers/gallery_unit_test.php @@ -1,7 +1,7 @@ Date: Thu, 31 Jan 2013 23:45:36 -0500 Subject: Follow-on to 93963422505ecc790af62ae0503f301145debac3 for #1985 which was breaking all unit tests. Use module::install("gallery") instead of calling gallery_installer::install directly. --- modules/gallery_unit_test/controllers/gallery_unit_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/gallery_unit_test/controllers/gallery_unit_test.php') diff --git a/modules/gallery_unit_test/controllers/gallery_unit_test.php b/modules/gallery_unit_test/controllers/gallery_unit_test.php index df4b1f4a..67d006b3 100644 --- a/modules/gallery_unit_test/controllers/gallery_unit_test.php +++ b/modules/gallery_unit_test/controllers/gallery_unit_test.php @@ -108,7 +108,7 @@ class Gallery_Unit_Test_Controller extends Controller { // Install the active modules // Force gallery and user to be installed first to resolve dependencies. - gallery_installer::install(true); + module::install("gallery"); module::load_modules(); module::install("user"); -- cgit v1.2.3