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;