mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-15 22:13:13 +00:00
Remove get_registry method
This commit is contained in:
@@ -73,7 +73,6 @@ abstract class task_appboxAbstract extends task_abstract
|
||||
break;
|
||||
}
|
||||
|
||||
$appbox = $this->dependencyContainer['phraseanet.appbox'];
|
||||
try {
|
||||
$this->loadSettings(simplexml_load_string($row['settings']));
|
||||
} catch (Exception $e) {
|
||||
@@ -81,7 +80,7 @@ abstract class task_appboxAbstract extends task_abstract
|
||||
continue;
|
||||
}
|
||||
|
||||
$process_ret = $this->process($appbox);
|
||||
$process_ret = $this->process($this->dependencyContainer['phraseanet.appbox']);
|
||||
|
||||
switch ($process_ret) {
|
||||
case self::STATE_MAXMEGSREACHED:
|
||||
|
Reference in New Issue
Block a user