Pman/Roo.php
authorChris <chris@roojs.com>
Fri, 10 Aug 2012 10:07:19 +0000 (18:07 +0800)
committerChris <chris@roojs.com>
Fri, 10 Aug 2012 10:07:19 +0000 (18:07 +0800)
Pman/Roo.php

index 73a2d26..15a8147 100644 (file)
@@ -56,7 +56,7 @@ class Pman_Roo extends Pman
     {
         parent::getAuth(); // load company!
         $au = $this->getAuthUser();
-        if (!$au) { 
+        if (!$au) {  
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         $this->authUser = $au;