Commit 8a4fd5e4 authored by 's avatar

Fixed delete protocol for ZClasses

parent 7b80be50
...@@ -186,7 +186,7 @@ class ZClassMethodsSheet( ...@@ -186,7 +186,7 @@ class ZClassMethodsSheet(
def _delOb(self, id): def _delOb(self, id):
self.delClassAttr(strip(id)) self.delClassAttr(strip(id))
def _delObject(self,id): def _delObject(self, id, dp=1):
# Ick! This is necessary to deal with spaces. Waaa! # Ick! This is necessary to deal with spaces. Waaa!
id=strip(id) id=strip(id)
if id=='acl_users': if id=='acl_users':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment