Fixed syntax error
svn: r1029
This commit is contained in:
parent
227020c948
commit
46427e9d21
@ -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…
x
Reference in New Issue
Block a user