Fixed syntax error

svn: r1029
This commit is contained in:
Don Allingham 2002-06-15 23:33:15 +00:00
parent b023868cfc
commit 342a0a74cf

View File

@ -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: