move to jerror
authorAlan <alan@roojs.com>
Mon, 11 Sep 2023 06:30:48 +0000 (14:30 +0800)
committerAlan <alan@roojs.com>
Mon, 11 Sep 2023 06:30:48 +0000 (14:30 +0800)
Pman.php

index c1a3824..2ac52cf 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -464,9 +464,9 @@ class Pman extends HTML_FlexyFramework_Page
         $au = $this->authUser;
         if ($au) {
             // is it an authfailure?
-            $this->jerr("Permission denied to view this resource", array('authFailure' => true));
+            $this->jerror("LOGIN-NOPERM", "Permission denied to view this resource", array('authFailure' => true));
         }
-        $this->jerr("Not authenticated", array('authFailure' => true));
+        $this->jerror("LOGIN-NOAUTH", "Not authenticated", array('authFailure' => true));
     }