DataObjects/Person.php
authoredward <edward@roojs.com>
Fri, 12 Aug 2016 10:28:53 +0000 (18:28 +0800)
committeredward <edward@roojs.com>
Fri, 12 Aug 2016 10:28:53 +0000 (18:28 +0800)
DataObjects/Person.php

index bfa9cbe..d2c61b0 100644 (file)
@@ -369,7 +369,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
     
     function getAuthUser()
     {
-        if (!$this->isAuth()) {)
+        if (!$this->isAuth()) {
             return false;
         }