summaryrefslogtreecommitdiff
path: root/modules/gallery_unit_test/controllers
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-11-28 18:39:18 +0000
committerBharat Mediratta <bharat@menalto.com>2008-11-28 18:39:18 +0000
commit89c4dadec2a7c9cfd55affa118ed681a9654a58c (patch)
treeadb32dee5860eb530c01edf96e8c8d639d2efc80 /modules/gallery_unit_test/controllers
parenta7f6efa2f2bed248149fb2f5d3833301b92a2ecf (diff)
Rename module::get_list() to module::installed()
Diffstat (limited to 'modules/gallery_unit_test/controllers')
-rw-r--r--modules/gallery_unit_test/controllers/test.php2
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;
}