DataObjects/Events.php
[Pman.Core] / DataObjects / Events.php
index cdb37a0..0f4830b 100644 (file)
@@ -259,7 +259,7 @@ class Pman_Core_DataObjects_Events extends DB_DataObject
     
     function applyPermissionFilters($q, $au ,$roo)
     {
-        if (!$au->hasPerm("Admin.Admin_Tab", 'S') && !$au->hasPerm("BAdmin.BAdmin", 'S')) {
+        if (!$au->hasPerm("Admin.Admin_Tab", 'S')) {
             //DB_DataObject::DebugLevel(1);
             // they can only view their changes..
             $this->whereAdd("($tn.person_id = {$au->id} OR $tn.person_id = 0)");