mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Fixup some behaviour in record_preview
This commit is contained in:
@@ -1917,7 +1917,7 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
/**
|
||||
* @return Connection
|
||||
*/
|
||||
private function getDataboxConnection()
|
||||
protected function getDataboxConnection()
|
||||
{
|
||||
if (null === $this->connection) {
|
||||
$this->connection = $this->getDatabox()->get_connection();
|
||||
|
Reference in New Issue
Block a user