Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Adapt to new create() factory method
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed Dec 27, 2018
1 parent 00feaa4 commit 423c1e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/custom/src/MAdmin/Cache/Proxy/Flow.php
Expand Up @@ -50,7 +50,7 @@ protected function getObject()
{
$siteid = $this->context->getLocale()->getSiteId();
$conf = array( 'siteid' => $this->context->getConfig()->get( 'madmin/cache/prefix' ) . $siteid );
$this->object = \Aimeos\MW\Cache\Factory::createManager( 'Flow', $conf, $this->cache );
$this->object = \Aimeos\MW\Cache\Factory::create( 'Flow', $conf, $this->cache );
}

return $this->object;
Expand Down

0 comments on commit 423c1e2

Please sign in to comment.