Skip to content

Commit 04ddf70

Browse files
committed
Relates #223 don't check if album has description to display map
1 parent 099c29b commit 04ddf70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

category.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ function osm_render_category()
8484
if ($index <= 1)
8585
{
8686
// 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']) )
87+
if (($page['start']==0 or $conf['album_description_on_all_pages']) and !isset($page['chronology_field']) )
8888
{
8989
if (empty($page['comment']))
9090
$page['comment'] = $osm_content;

0 commit comments

Comments
 (0)