mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
PHRAS-3371 fix key navigation
This commit is contained in:
@@ -552,6 +552,14 @@ class record_preview extends record_adapter
|
||||
return $this->statistics;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return int
|
||||
*/
|
||||
public function getTotal()
|
||||
{
|
||||
return isset($this->total) ? $this->total : 0;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return media_adapter
|
||||
*/
|
||||
|
Reference in New Issue
Block a user