mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 04:53:26 +00:00
Fix use of wrong constant
This commit is contained in:
@@ -813,7 +813,7 @@ abstract class task_abstract
|
||||
$this->logger->addDebug(memory_get_usage() . " -- " . memory_get_usage(true));
|
||||
}
|
||||
|
||||
public function log($message, $level = Logger::LOG_DEBUG)
|
||||
public function log($message, $level = self::LOG_DEBUG)
|
||||
{
|
||||
$this->logger->addRecord($level, $message);
|
||||
|
||||
|
Reference in New Issue
Block a user