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