Create User + Chart dependency

This commit is contained in:
2020-06-17 20:20:31 +02:00
parent c369a6aec1
commit 373808879a
11 changed files with 296 additions and 79 deletions

View File

@@ -65,7 +65,7 @@ class Fetch extends Request {
foreach($res as $row) {
$id = $row["uid"];
if (!isset($this->notifications[$id])) {
$this->notifications[$id] = array(
$this->notifications[] = array(
"uid" => $id,
"title" => $row["title"],
"message" => $row["message"],