Open pinkp opened 9 years ago
I found the problem...
Find "code/Gallery.php", and then look for the "Caption()" function.
Remove this if statement check, leaving the contents of the if block intact:
if(is_object($table)) {
Thanks for this solution, the fix hasnt as yet been commited
The Caption of an image works fine as a top level page. But I'm finding it's missing if I loop the gallery images as children. Anyone else get this? Can it be resolved?
<% loop Children %> <% loop $OrderedImages %> $Caption <% end_loop %> <% end_loop %>
The images loop and so does the filename but no Caption