* 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:14:53 +00:00
parent 378db94ac9
commit dfe80d61c3

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
{