From c8df0eb4485c6c7628bb84697042e79cc634950b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 21 Dec 2010 10:53:27 +0800 Subject: [PATCH] Pman/Login.php --- Pman/Login.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman/Login.php b/Pman/Login.php index 086a218..7f5558d 100644 --- a/Pman/Login.php +++ b/Pman/Login.php @@ -92,7 +92,7 @@ class Pman_Login extends Pman exit; } - $ff= HTML_FlexyFramework::get(); + $ff= HTML_FlexyFramework::get(); if (!empty($ff->Pman['auth_comptype']) && $ff->Pman['auth_comptype'] != $u->company()->comptype) { $this->jerr("Login not permited to outside companies"); } -- 2.39.2