mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 09:42:09 -04:00
firefighting Robin-breakage
This commit is contained in:
parent
4410f15dd8
commit
ba5e60e2e4
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ class OC_Installer{
|
|||
include(OC::$APPSROOT."/apps/$app/appinfo/install.php");
|
||||
}
|
||||
$info=OC_App::getAppInfo($app);
|
||||
OC_Appconfig::setValue($app,'installed_version',OC_App::getAppVersion('version']));
|
||||
OC_Appconfig::setValue($app,'installed_version',OC_App::getAppVersion('version'));
|
||||
return $info;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue