mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Small fix to online list if cache is empty.
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user