DataObjects/Core_person.php
authoredward <edward@roojs.com>
Mon, 12 Jun 2017 04:03:02 +0000 (12:03 +0800)
committeredward <edward@roojs.com>
Mon, 12 Jun 2017 04:03:02 +0000 (12:03 +0800)
DataObjects/Core_person.php

index 1a0811a..2c2141d 100644 (file)
@@ -1025,7 +1025,7 @@ class Pman_Core_DataObjects_Core_person extends DB_DataObject
      */
     function checkPerm($lvl, $au, $changes=false) //heck who is trying to access this. false == access denied..
     {
-         
+         print_r($au);exit;
        // do we have an empty system..
         if ($au && $au->id == -1) {
             return true;