DataObjects/Core_person.php
authoredward <edward@roojs.com>
Mon, 24 Oct 2016 06:46:29 +0000 (14:46 +0800)
committeredward <edward@roojs.com>
Mon, 24 Oct 2016 06:46:29 +0000 (14:46 +0800)
DataObjects/Core_person.php

index 07e330d..72aad7f 100644 (file)
@@ -688,6 +688,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
     
     function hasPerm($name, $lvl) 
     {
+        print_R('test');exit;
         static $pcache = array();
         
         if (!isset($pcache[$this->id])) {