diff options
Diffstat (limited to 'core/controllers/admin_languages.php')
-rw-r--r-- | core/controllers/admin_languages.php | 2 |
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() { |