sync
authorjohn <john@roojs.com>
Tue, 22 May 2018 06:49:21 +0000 (14:49 +0800)
committerjohn <john@roojs.com>
Tue, 22 May 2018 06:49:21 +0000 (14:49 +0800)
Pman.php

index 86d0aed..535d27b 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -240,7 +240,7 @@ class Pman extends HTML_FlexyFramework_Page
         if (!empty($this->authUser)) {
             return $this->authUser;
         }
-         $ff = HTML_FlexyFramework::get();
+        $ff = HTML_FlexyFramework::get();
         $tbl = empty($ff->Pman['authTable']) ? 'core_person' : $ff->Pman['authTable'];
         
         $u = DB_DataObject::factory( $tbl );