Skip to content

Commit

Permalink
Updates for composer
Browse files Browse the repository at this point in the history
  • Loading branch information
myconcretelab committed Oct 1, 2015
1 parent 0dbf1df commit a47efef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions blocks/easy_image_gallery/composer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
defined('C5_EXECUTE') or die("Access Denied.");

$this->inc('form_setup_html.php', array('view' => $view,
'fIDs' => $controller->getFilesIds(),
'fDetails' => $controller->getFilesDetails($controller->getFilesIds()),
'fDetails' => $controller->getFilesDetails(false, true),
'fileSets' => $controller->getFileSetList(),
'selectedFilesets' => $controller->getSelectedFilesets(),
'isComposer' => true
));
?>
Expand All @@ -17,4 +17,4 @@
.easy-image-toolbar .ccm-inline-toolbar-button-cancel {
display: none;
}
</style>
</style>

0 comments on commit a47efef

Please sign in to comment.