Index: trunk/core/kernel/db/db_event_handler.php =================================================================== diff -u -r4610 -r4625 --- trunk/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 4610) +++ trunk/core/kernel/db/db_event_handler.php (.../db_event_handler.php) (revision 4625) @@ -843,7 +843,7 @@ */ function OnMassDelete(&$event) { - if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 0)) { + if ($this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { return; } @@ -901,7 +901,7 @@ $skip_master = true; //we've already copied master table to get the id }*/ - if (!$this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 0)) { + if (!$this->Application->CheckPermission('SYSTEM_ACCESS.READONLY', 1)) { $temp->SaveEdit($skip_master); } $this->clearSelectedIDs($event);