mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 13:03:16 +01:00
483ad2cec4
code logic was wrong and it was using an API method that is also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method cmp_version_long(). 1) the code logic: it get versions for the current app and for the api from file (app/setup/setup.inc.php) and from DB. it loops over this 2 apps (app, and api), and set a $_current to true or false. this variable value is defined by the last app check in the loop (the API) => then if your API version is up to date, your application version is also. which was wrong for me. Well in the attached file i change the code logic. |
||
---|---|---|
.. | ||
doc | ||
inc | ||
js/jscode | ||
setup | ||
templates | ||
index.php | ||
navbar-create.php | ||
navbar-sel.php | ||
phpinfo.php | ||
testbutton.php |