Fix PHP warning

This commit is contained in:
Michal Čihař
2013-01-15 11:14:14 +01:00
parent 8d83e63402
commit 257ca7497e
+1 -1
View File
@@ -390,7 +390,7 @@ select
padding: 3px;
}
<?php if ($GLOBALS['cfg']['BrowseMarkerColor']) { ?>
<?php if (!empty($GLOBALS['cfg']['BrowseMarkerColor'])) { ?>
/* marked items */
div#left_tableList > ul li.marked > a,