mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 06:53:15 +00:00
Remove unused logger
This commit is contained in:
@@ -1818,7 +1818,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
||||
$pathdest = databox::dispatch($subdef->get_path());
|
||||
}
|
||||
|
||||
return $pathdest . $this->get_record_id() . '_' . $subdef->get_name() . '.' . $this->getExtensionFromSpec($subdef->getSpecs(), $logger);
|
||||
return $pathdest . $this->get_record_id() . '_' . $subdef->get_name() . '.' . $this->getExtensionFromSpec($subdef->getSpecs());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user