Read appinfo from a local cache

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2017-09-19 14:34:11 +02:00
parent 66698b2d42
commit 6d7ca1092d
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -600,7 +600,7 @@ class OC_App {
$file = $appPath . '/appinfo/info.xml';
}
$parser = new InfoParser(\OC::$server->getMemCacheFactory()->create('core.appinfo'));
$parser = new InfoParser(\OC::$server->getMemCacheFactory()->createLocal('core.appinfo'));
$data = $parser->parse($file);
if (is_array($data)) {