From 6124008c401541c46a12781fd02e8df7e145d0cd Mon Sep 17 00:00:00 2001 From: Leander Date: Mon, 10 Apr 2017 13:44:53 +0200 Subject: [PATCH] T201704101344 --- allhighscores.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allhighscores.php b/allhighscores.php index 507c168..5ceb625 100644 --- a/allhighscores.php +++ b/allhighscores.php @@ -7,7 +7,7 @@ */ require_once('includes.inc.php'); -$data = ''; +$data = array(); $error = 0; $limit = isset($_GET['limit']) ? $_GET['limit'] : 10; $offset = isset($_GET['offset']) ? $_GET['offset'] : 0;