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

index 99cbcbf..7f54aa5 100644 (file)
@@ -691,6 +691,7 @@ class Pman_Core_DataObjects_Person extends DB_DataObject
         if (!isset($pcache[$this->id])) {
             $pcache[$this->id] = $this->getPerms();
         }
+        print_R($lvl);exit;
         print_r($pcache[$this->id]);exit;
        // echo "<PRE>";print_r($pcache[$au->id]);
        // var_dump($pcache[$au->id]);