DataObjects/Events.php
authorAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:33:52 +0000 (12:33 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 6 Oct 2011 04:33:52 +0000 (12:33 +0800)
DataObjects/Events.php

index bbb9453..c5cd09e 100644 (file)
@@ -50,6 +50,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
         */
         
         if (!$au->hasPerm("Admin.Admin_Tab", 'S')) {
+            DB_DataObject::DebugLevel(1);
             // they can only view their changes..
             $this->person_id = $au->id;