diff options
author | Bharat Mediratta <bharat@menalto.com> | 2008-11-28 18:39:18 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2008-11-28 18:39:18 +0000 |
commit | 89c4dadec2a7c9cfd55affa118ed681a9654a58c (patch) | |
tree | adb32dee5860eb530c01edf96e8c8d639d2efc80 /modules | |
parent | a7f6efa2f2bed248149fb2f5d3833301b92a2ecf (diff) |
Rename module::get_list() to module::installed()
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery_unit_test/controllers/test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery_unit_test/controllers/test.php b/modules/gallery_unit_test/controllers/test.php index 41da85ea..b5835556 100644 --- a/modules/gallery_unit_test/controllers/test.php +++ b/modules/gallery_unit_test/controllers/test.php @@ -71,7 +71,7 @@ class Test_Controller extends Controller { } private function _uninstall_modules() { - foreach (module::get_list() as $module) { + foreach (module::installed() as $module) { if ($module->name == "core") { continue; } |