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

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