Fixed syntax error
svn: r1029
This commit is contained in:
parent
b023868cfc
commit
342a0a74cf
@ -239,7 +239,7 @@ class MediaView:
|
||||
for o in p.getPhotoList():
|
||||
if o.getReference() == mobj:
|
||||
return 1
|
||||
for key in self.db.getSourceKeys()
|
||||
for key in self.db.getSourceKeys():
|
||||
p = self.db.getSource(key)
|
||||
for o in p.getPhotoList():
|
||||
if o.getReference() == mobj:
|
||||
|
Loading…
Reference in New Issue
Block a user