From 222019ac0c503319ff9cdb5b53b6c4200d6553da Mon Sep 17 00:00:00 2001 From: Leander Date: Thu, 6 Apr 2017 13:09:33 +0200 Subject: [PATCH] Fertig --- highscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/highscores.php b/highscores.php index df9974a..29a49d1 100644 --- a/highscores.php +++ b/highscores.php @@ -34,7 +34,7 @@ if($uid == '') { array($uid, $cid, $score)); $cat_scores[] = array('id' => $cid, 'name' => $cat, 'score' => $score, 'place' => $place); } - $data = array('score' => $score_all, 'place' => $place_all, 'all' => $all, 'categories' => $categories); + $data = array('score' => $score_all, 'place' => $place_all, 'all' => $all, 'categories' => $cat_scores); } $response = Database::create_response($data, $error);