mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Avoid fatal error in automatic preference update
This commit is contained in:
parent
1a8e584e0c
commit
644f9e2dff
@ -226,7 +226,7 @@ class calendar_bo
|
||||
// run 16.1.002 --> .003 update automatic, to not show user time-grid in month-view, if admin did not run the update
|
||||
if ($GLOBALS['egw_info']['apps']['calendar']['version'] == '16.1.002')
|
||||
{
|
||||
include(EGW_SERVER_ROOT.'/calendar/setup/tables_update.inc.php');
|
||||
include_once(EGW_SERVER_ROOT.'/calendar/setup/tables_update.inc.php');
|
||||
if (function_exists('calendar_upgrade16_1_002'))
|
||||
{
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user