Fixup some behaviour in record_preview

This commit is contained in:
Benoît Burnichon
2016-03-07 00:11:11 +01:00
parent 7399e3de56
commit f1cd8d7449
3 changed files with 48 additions and 85 deletions

View File

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