Skip to content
Snippets Groups Projects
Commit 2b228fba authored by Bart Visscher's avatar Bart Visscher
Browse files

Load app before running update script

parent 0d3f5f73
No related branches found
No related tags found
No related merge requests found
......@@ -542,6 +542,7 @@ class OC_App{
return;
}
if(file_exists(OC::$APPSROOT.'/apps/'.$appid.'/appinfo/update.php')){
self::loadApp($appid);
include OC::$APPSROOT.'/apps/'.$appid.'/appinfo/update.php';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment