We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1194d49 commit 7f0dac5Copy full SHA for 7f0dac5
Classes/Controller/GalleryController.php
@@ -47,7 +47,7 @@ class GalleryController extends \TYPO3\CMS\Extbase\Mvc\Controller\ActionControll
47
* @return void
48
*/
49
public function listAction($offset = 0) {
50
- if($this->settings['fileCollection'] !== "") {
+ if($this->settings['fileCollection'] !== "" && $this->settings['fileCollection']) {
51
$collectionUids = explode(',', $this->settings['fileCollection']);
52
$imageItems = $this->fileCollectionService->getFileObjectsFromCollection($collectionUids);
53
$cObj = $this->configurationManager->getContentObject();
0 commit comments