forked from extern/egroupware
corrected bug in tables_update: return of update-function used 'phpgwapi' instead of app-name
This commit is contained in:
parent
78320c0525
commit
a333b2bedb
@ -647,7 +647,7 @@
|
||||
|
||||
$update .= "\n
|
||||
\$GLOBALS['setup_info']['$app']['currentver'] = '$version';
|
||||
return \$GLOBALS['setup_info']['phpgwapi']['currentver'];
|
||||
return \$GLOBALS['setup_info']['$app']['currentver'];
|
||||
}
|
||||
?".">\n";
|
||||
if (!($f = fopen($file_update,'w')))
|
||||
|
Loading…
Reference in New Issue
Block a user