mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-02 04:09:21 +02:00
Small fix to online list if cache is empty.
This commit is contained in:
parent
2fad7a3efb
commit
e1eab54b51
@ -25,7 +25,7 @@ if ($cache->hasExpired()) {
|
|||||||
}
|
}
|
||||||
// End cache
|
// End cache
|
||||||
|
|
||||||
if ($array !== false) {
|
if (!empty($array) && $array !== false) {
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table id="onlinelistTable" class="table table-striped table-hover">
|
<table id="onlinelistTable" class="table table-striped table-hover">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user