summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r--includes/pages/admin_questions.php2
1 files changed, 1 insertions, 1 deletions
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')) {