mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Load app before running update script
This commit is contained in:
parent
0d3f5f736f
commit
2b228fba34
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue