DataObjects/Person.php
authoredward <edward@roojs.com>
Thu, 14 Apr 2016 04:30:16 +0000 (12:30 +0800)
committeredward <edward@roojs.com>
Thu, 14 Apr 2016 04:30:16 +0000 (12:30 +0800)
DataObjects/Person.php

index 65913b7..37dcdd2 100644 (file)
@@ -692,7 +692,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
             $pcache[$this->id] = $this->getPerms();
         }
         
-        print_r($pcache[$this->id]);exit;
+//        print_r($pcache[$this->id]);exit;
        // echo "<PRE>";print_r($pcache[$au->id]);
        // var_dump($pcache[$au->id]);
         if (empty($pcache[$this->id][$name])) {