Fix PHP warning

This commit is contained in:
Michal Čihař
2013-04-03 11:35:41 +02:00
parent 1db39ff1c3
commit 07bd180323
+1 -1
View File
@@ -456,7 +456,7 @@ select
padding: 3px;
}
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
<?php if (!empty($GLOBALS['cfg']['BrowseMarkerColor'])) { ?>
/* marked items */
div#left_tableList > ul li.marked > a,