From 5170f9e92be4174497a56b5cd0f9461bb970801d Mon Sep 17 00:00:00 2001 From: Alan Date: Mon, 6 Mar 2023 12:14:03 +0800 Subject: [PATCH] authUser is a property --- Pman.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.39.2