Browse Source

Load app before running update script

remotes/origin/stable4
Bart Visscher 14 years ago
parent
commit
2d4e1b45ce
  1. 1
      lib/app.php

1
lib/app.php

@ -567,6 +567,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…
Cancel
Save