4696: copyright path, use 'images' folder instead of 'filename' (related to webstuff)

svn: r16763
This commit is contained in:
Jérôme Rapinat 2011-03-05 14:56:16 +00:00
parent fadd7c19de
commit a17efafa99

View File

@ -350,7 +350,7 @@ class WebCalReport(Report):
# copy copyright image
if 0 < self.copy <= len(_CC):
imgs += CSS["Copyright"]['filename']
imgs += CSS["Copyright"]['images']
for from_path in imgs:
fdir, fname = os.path.split(from_path)