From b1ecf3ca4d3f1c5be935d948cd8beafb54946954 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Wed, 18 Mar 2009 17:02:21 +0000 Subject: This is the real fix to ticket #154 --- core/controllers/admin_languages.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/controllers/admin_languages.php') 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() { -- cgit v1.2.3