diff options
author | Bharat Mediratta <bharat@menalto.com> | 2013-01-31 23:45:36 -0500 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-31 23:45:36 -0500 |
commit | f72c5a87c8e86421d294d504f2f58cc9fe672384 (patch) | |
tree | c3f726fbd700422e146cf1ab0802e8b264b14bd2 /modules/gallery_unit_test | |
parent | 340a14d3065aa9f330b462d14426960450a0d1d8 (diff) |
Follow-on to 93963422505ecc790af62ae0503f301145debac3 for #1985 which
was breaking all unit tests. Use module::install("gallery") instead
of calling gallery_installer::install directly.
Diffstat (limited to 'modules/gallery_unit_test')
-rw-r--r-- | modules/gallery_unit_test/controllers/gallery_unit_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |