mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-13 13:03:20 +00:00
Change getIsRead to isRead
This commit is contained in:
@@ -1648,8 +1648,14 @@ class record_adapter implements RecordInterface, cache_cacheableInterface
|
||||
* @return set_selection
|
||||
* @throws Exception
|
||||
* @throws \Doctrine\DBAL\DBALException
|
||||
* @deprecated use {@link self::getChildren} instead.
|
||||
*/
|
||||
public function get_children()
|
||||
{
|
||||
return $this->getChildren();
|
||||
}
|
||||
|
||||
public function getChildren()
|
||||
{
|
||||
if (!$this->isStory()) {
|
||||
throw new Exception('This record is not a grouping');
|
||||
|
Reference in New Issue
Block a user