Fix build

This commit is contained in:
Romain Neutron
2012-03-19 19:36:07 +01:00
parent 8f261f3e8e
commit a49157b7d6
2 changed files with 7 additions and 7 deletions

View File

@@ -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;

View File

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