DataObjects/Events.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 02:53:49 +0000 (10:53 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 02:53:49 +0000 (10:53 +0800)
DataObjects/Events.php

index 0f4830b..cdb37a0 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')) {
+        if (!$au->hasPerm("Admin.Admin_Tab", 'S') && !$au->hasPerm("BAdmin.BAdmin", 'S')) {
             //DB_DataObject::DebugLevel(1);
             // they can only view their changes..
             $this->whereAdd("($tn.person_id = {$au->id} OR $tn.person_id = 0)");