mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 14:33:14 +00:00
Deprecate is_grouping in favor of isStory
This commit is contained in:
@@ -119,7 +119,7 @@ abstract class set_abstract implements IteratorAggregate
|
||||
{
|
||||
$n = 0;
|
||||
foreach ($this->elements as $record) {
|
||||
if ($record->is_grouping())
|
||||
if ($record->isStory())
|
||||
$n ++;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user