* Debian/RPM: fixed "PHP Fatal error: Call to a member function drop_add_all_langs() on a non-object" on install/update of a non-default package

This commit is contained in:
Ralf Becker 2013-06-28 14:15:28 +00:00
parent 287abb2b38
commit d522bbd808

View File

@ -107,7 +107,6 @@ class setup_cmd_update extends setup_cmd
echo "\n".$app_title . ' ' . lang('hooks registered') . '.';
}
}
self::$egw_setup->process->translation->drop_add_all_langs(false,$this->app);
}
else
{