Merge pull request #6565 from nextcloud/appinfo_localcache

Read appinfo from a local cache
pull/6577/head
Roeland Jago Douma 2017-09-19 20:18:06 +07:00 committed by GitHub
commit 543f19a979
1 changed files with 1 additions and 1 deletions

@ -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)) {