From: Alan Date: Mon, 6 Mar 2023 04:14:03 +0000 (+0800) Subject: authUser is a property X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=5170f9e92be4174497a56b5cd0f9461bb970801d authUser is a property --- diff --git a/Pman.php b/Pman.php index 754be87..cc8ccb1 100644 --- a/Pman.php +++ b/Pman.php @@ -456,7 +456,7 @@ class Pman extends HTML_FlexyFramework_Page */ function jerrAuth() { - $au = $this->authUser(); + $au = $this->authUser; if ($au) { // is it an authfailure? $this->jerr("Permission denied to view this resource", array('authFailure' => true));