forked from extern/egroupware
Fix error caused by move to str_replace - upgrade works again
This commit is contained in:
parent
9b3cb16bba
commit
021ec31824
@ -623,7 +623,7 @@
|
||||
$currentver = $setup_info[$key]['currentver'];
|
||||
|
||||
/* build upgrade function name */
|
||||
$function = $appname . '_upgrade' . str_replace("\.", '_', $value);
|
||||
$function = $appname . '_upgrade' . str_replace(".", '_', $value);
|
||||
|
||||
if($DEBUG)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user