DataObjects/Person.php
[Pman.Core] / 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;
         }