Fix is up. Give it a try. You can now use this setup to check for tags:
`
if(getAllTagsFromAlbum($_zp_current_album->name,false,'images')) {
echo "Tags in this album: "; printAllTagsFromAlbum($_zp_current_album->name,false,'images','',"",true,true,1,5,1,50);
}
`