mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
fix PHP fatal when updating from before 1.8
This commit is contained in:
parent
bb22b03edc
commit
695459813c
@ -1788,7 +1788,7 @@ function calendar_upgrade1_7_002()
|
||||
'uc' => array('tz_tzid')
|
||||
));
|
||||
// import timezone data, throw exception if no PDO sqlite support
|
||||
calendar_timezones::import_sqlite();
|
||||
calendar_timezones::import_zones();
|
||||
|
||||
return $GLOBALS['setup_info']['calendar']['currentver'] = '1.7.003';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user