Pman/Login.php
authorAlan Knowles <alan@akbkhome.com>
Tue, 21 Dec 2010 02:53:27 +0000 (10:53 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 21 Dec 2010 02:53:27 +0000 (10:53 +0800)
Pman/Login.php

index 086a218..7f5558d 100644 (file)
@@ -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");
         }