Skip to content

Commit

Permalink
PlaceHolder edits
Browse files Browse the repository at this point in the history
  • Loading branch information
CostaRico committed Aug 9, 2014
1 parent 12e082a commit a908be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion behaviors/ImageBehave.php
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ public function getImages()

$imageRecords = $imageQuery->all();
if(!$imageRecords){
return $this->getModule()->getPlaceHolder();
return [$this->getModule()->getPlaceHolder()];
}
return $imageRecords;
}
Expand Down

0 comments on commit a908be4

Please sign in to comment.