check for valid appinfo in installer
This commit is contained in:
parent
c546874159
commit
ca88cf93ae
|
@ -396,6 +396,9 @@ class OC_Installer{
|
|||
include OC_App::getAppPath($app)."/appinfo/install.php";
|
||||
}
|
||||
$info=OC_App::getAppInfo($app);
|
||||
if (is_null($info)) {
|
||||
return;
|
||||
}
|
||||
OC_Appconfig::setValue($app, 'installed_version', OC_App::getAppVersion($app));
|
||||
|
||||
//set remote/public handelers
|
||||
|
|
Loading…
Reference in New Issue