- check for non null $logname

This commit is contained in:
steinm 2011-03-23 13:27:07 +00:00
parent 66e906853e
commit 3192692be2

View File

@ -85,7 +85,7 @@ else print "</table>\n";
UI::contentContainerEnd();
if (file_exists($settings->_contentDir.$logname)){
if ($logname && file_exists($settings->_contentDir.$logname)){
UI::contentHeading("&nbsp;");
UI::contentContainerStart();