summaryrefslogtreecommitdiff
path: root/includes/pages/user_questions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/pages/user_questions.php')
-rw-r--r--includes/pages/user_questions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/user_questions.php b/includes/pages/user_questions.php
index c269dbb1..9027ada7 100644
--- a/includes/pages/user_questions.php
+++ b/includes/pages/user_questions.php
@@ -16,7 +16,7 @@ function questions_title()
*/
function user_questions()
{
- $user = Auth()->user();
+ $user = auth()->user();
$request = request();
if (!$request->has('action')) {