diff --git a/out/out.LogManagement.php b/out/out.LogManagement.php index ffb8ac1ac..ea4c21925 100644 --- a/out/out.LogManagement.php +++ b/out/out.LogManagement.php @@ -85,7 +85,7 @@ else print "\n"; UI::contentContainerEnd(); -if (file_exists($settings->_contentDir.$logname)){ +if ($logname && file_exists($settings->_contentDir.$logname)){ UI::contentHeading(" "); UI::contentContainerStart();