Deprecate is_grouping in favor of isStory

This commit is contained in:
Benoît Burnichon
2015-07-13 18:14:51 +02:00
parent 2107cd28df
commit c97eedd40f
20 changed files with 43 additions and 43 deletions

View File

@@ -40,7 +40,7 @@ class ToolsController extends Controller
if (count($records) == 1) {
$record = $records->first();
if (!$record->is_grouping()) {
if (!$record->isStory()) {
try {
$metadata = $this->getExifToolReader()
->files($record->get_subdef('document')->get_pathfile())