From 79e238435246a77ee3b86b66a368db9459cee554 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 14 Apr 2016 12:30:39 +0800 Subject: [PATCH] DataObjects/Person.php --- DataObjects/Person.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataObjects/Person.php b/DataObjects/Person.php index 37dcdd2f..65913b79 100644 --- a/DataObjects/Person.php +++ b/DataObjects/Person.php @@ -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 "
";print_r($pcache[$au->id]);
        // var_dump($pcache[$au->id]);
         if (empty($pcache[$this->id][$name])) {
-- 
2.39.2