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

index 72aad7f..07e330d 100644 (file)
@@ -688,7 +688,6 @@ 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])) {