From 88f3bafa5e41217b5a7dd49271429099515de9c8 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Wed, 31 Oct 2018 12:48:22 +0100 Subject: Replaced `Auth()` with `auth()` --- includes/pages/admin_questions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/pages/admin_questions.php') diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php index 85d62362..4f0f0bfc 100644 --- a/includes/pages/admin_questions.php +++ b/includes/pages/admin_questions.php @@ -40,7 +40,7 @@ function admin_new_questions() */ function admin_questions() { - $user = Auth()->user(); + $user = auth()->user(); $request = request(); if (!$request->has('action')) { -- cgit v1.2.3-54-g00ecf