mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Fix build
This commit is contained in:
@@ -87,7 +87,7 @@ class Manager
|
||||
|
||||
if ($this->hasChange($cacheKey, $service_name))
|
||||
{
|
||||
$service->getDriver()->flush();
|
||||
$service->getDriver()->flushAll();
|
||||
if ($write)
|
||||
{
|
||||
$this->registry[$cacheKey] = $service_name;
|
||||
|
@@ -78,7 +78,7 @@ class task_manager
|
||||
|
||||
$tasks = array();
|
||||
|
||||
$appbox = appbox::get_instance();
|
||||
$appbox = \appbox::get_instance(\bootstrap::getCore());
|
||||
$lockdir = $appbox->get_registry()->get('GV_RootPath') . 'tmp/locks/';
|
||||
|
||||
foreach ($rs as $row)
|
||||
|
Reference in New Issue
Block a user