Commit 091d85d5 authored by Nicolas Delaby's avatar Nicolas Delaby

hide log

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14971 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3760af70
...@@ -1031,7 +1031,7 @@ class Subscription(Folder, SyncCode): ...@@ -1031,7 +1031,7 @@ class Subscription(Folder, SyncCode):
o_gid = self.getGidFromObject(o) o_gid = self.getGidFromObject(o)
if o_gid == gid: if o_gid == gid:
return o return o
LOG('getObjectFromGid',0,'returning None') #LOG('getObjectFromGid',0,'returning None')
return None return None
def getObjectFromId(self, id): def getObjectFromId(self, id):
......
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