mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-11 01:33:51 -04:00
This is the real fix to ticket #154
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user