summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-03-18 17:02:21 +0000
committerTim Almdal <tnalmdal@shaw.ca>2009-03-18 17:02:21 +0000
commitb1ecf3ca4d3f1c5be935d948cd8beafb54946954 (patch)
tree4a258a0fbb1f3c0a3a81b8e6dd5c3f9ba0384459
parent30cb537c314dc94dac92f2e453b2c0a8bd19f8ef (diff)
This is the real fix to ticket #154
-rw-r--r--core/controllers/admin_languages.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/controllers/admin_languages.php b/core/controllers/admin_languages.php
index 8e93abda..1439f9c8 100644
--- a/core/controllers/admin_languages.php
+++ b/core/controllers/admin_languages.php
@@ -132,7 +132,7 @@ class Admin_Languages_Controller extends Admin_Controller {
}
private function _outgoing_translations_count() {
- return ORM("outgoing_translation")->count_all();
+ return ORM::factory("outgoing_translation")->count_all();
}
private function _share_translations_form() {