Steps
- Checkout out OC master
- Change info.xml of "files" app to say "1.5.3"
- Open web browser, this would run any query
- Check
select * from oc_appconfig where configkey='installed_version' and appid='files';
Expected result
Version properly updated.
Actual result
Version not updated.
Turns out the code is setting the old value repeatedly, and this happens for every single request!
Steps
select * from oc_appconfig where configkey='installed_version' and appid='files';Expected result
Version properly updated.
Actual result
Version not updated.
Turns out the code is setting the old value repeatedly, and this happens for every single request!