We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 099c29b commit 04ddf70Copy full SHA for 04ddf70
1 file changed
category.inc.php
@@ -84,7 +84,7 @@ function osm_render_category()
84
if ($index <= 1)
85
{
86
// From index category comment at L300
87
- if (($page['start']==0 or $conf['album_description_on_all_pages']) and !isset($page['chronology_field']) and !empty($page['comment']) )
+ if (($page['start']==0 or $conf['album_description_on_all_pages']) and !isset($page['chronology_field']) )
88
89
if (empty($page['comment']))
90
$page['comment'] = $osm_content;
0 commit comments