diff options
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r-- | includes/pages/admin_questions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php index f67c6ce8..8e7507da 100644 --- a/includes/pages/admin_questions.php +++ b/includes/pages/admin_questions.php @@ -22,7 +22,7 @@ function admin_questions() { global $user; if (! isset($_REQUEST['action'])) { - $unanswered_questions_table = array(); + $unanswered_questions_table = []; $questions = sql_select("SELECT * FROM `Questions` WHERE `AID` IS NULL"); foreach ($questions as $question) { $user_source = User($question['UID']); |