From f2fd7bfa326bd23da924d39d1460293a48a03d23 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 16 Dec 2010 11:14:15 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman/Login.php b/Pman/Login.php index e3f02d1..f287ac5 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -127,8 +127,8 @@ class Pman_Login extends Pman { // first check they have perms to do this.. if (!$this->authUser || ($this->authUser->company_id_comptype != 'OWNER') || !$this->hasPerm('Core.Person', 'E')) { - $this->jerr( - } + $this->jerr("User switching not permitted"); + } } -- 2.39.2