mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Fix to not duplicate hook installation (oops)
This commit is contained in:
parent
950b7a8a5c
commit
f79ae32ea0
@ -162,7 +162,8 @@
|
||||
echo '<br>' . $setup_info[$appname]['title'] . ' '
|
||||
. lang('tables installed, unless there are errors printed above') . '.';
|
||||
}
|
||||
|
||||
else
|
||||
{
|
||||
if ($phpgw_setup->app_registered($setup_info[$appname]['name']))
|
||||
{
|
||||
$phpgw_setup->update_app($setup_info[$appname]['name']);
|
||||
@ -178,7 +179,7 @@
|
||||
$phpgw_setup->register_hooks($setup_info[$appname]['name']);
|
||||
echo '<br>' . $setup_info[$appname]['title'] . ' ' . lang('hooks registered') . '.';
|
||||
}
|
||||
|
||||
}
|
||||
$phpgw_setup->add_langs($appname);
|
||||
echo '<br>' . $setup_info[$appname]['title'] . ' ' . lang('Translations added') . '.';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user