#126:subsilver2 bug - topic icon row is not hidden if none is present
This commit is contained in:
@@ -304,7 +304,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
$topic_icons = false;
|
$topic_icons = false;
|
||||||
if( isset($fetch_news['topic_icons']) )
|
if( !empty($fetch_news['topic_icons']) )
|
||||||
{
|
{
|
||||||
$topic_icons = true;
|
$topic_icons = true;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -289,7 +289,7 @@ else
|
|||||||
}
|
}
|
||||||
|
|
||||||
$topic_icons = false;
|
$topic_icons = false;
|
||||||
if( isset($fetch_news['topic_icons']) )
|
if( !empty($fetch_news['topic_icons']) )
|
||||||
{
|
{
|
||||||
$topic_icons = true;
|
$topic_icons = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user