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

index ccd0702..fa9d835 100644 (file)
@@ -48,6 +48,13 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
                 ');
         }
         */
+        
+        if (!$au->hasPerm("Admin.Admin_Tab", $lvl) {
+            // they can only view their changes..
+            $this->person_id = $au->id;
+            
+        }
+        
             
     }
     /**