From 2d8c21dadb3627e2f0fcc3c05b648a5466c1d729 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 9 Mar 2016 14:20:13 +0800 Subject: [PATCH] JavascriptError.php --- JavascriptError.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JavascriptError.php b/JavascriptError.php index 93ff3bc6..be9e3031 100644 --- a/JavascriptError.php +++ b/JavascriptError.php @@ -1,5 +1,5 @@ getAuthUser(); if (!$au) { - // fixme... this needs to be rate limited.... + $this->jerr("Not authenticated", array('authFailure' => true)); } if (!$au->pid() ) { // not set up yet.. -- 2.39.2