JavascriptError.php
[Pman.Core] / JavascriptError.php
index 50b0fa8..93ff3bc 100644 (file)
@@ -9,7 +9,8 @@ class Pman_Core_JavascriptError extends Pman {
         parent::getAuth(); // load company!
         $au = $this->getAuthUser();
        
-        if (!$au) {  
+        if (!$au) {
+            // fixme... this needs to be rate limited....
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         if (!$au->pid()   ) { // not set up yet..