Small fix to online list if cache is empty.

This commit is contained in:
Znote 2017-01-26 22:34:24 +01:00
parent 2fad7a3efb
commit e1eab54b51

View File

@ -25,7 +25,7 @@ if ($cache->hasExpired()) {
}
// End cache
if ($array !== false) {
if (!empty($array) && $array !== false) {
?>
<table id="onlinelistTable" class="table table-striped table-hover">