changeset 4089 | ff92c7d692bf |
parent 4087 | 2b8bc4cfd6ee |
child 4252 | 6c4f109c2b03 |
--- a/web/views/wdoc.py Wed Dec 09 17:10:01 2009 +0100 +++ b/web/views/wdoc.py Wed Dec 09 17:48:04 2009 +0100 @@ -194,7 +194,7 @@ restdata = ['.. -*- coding: utf-8 -*-', '', title, '='*len(title), ''] w = restdata.append today = date.today() - for fpath in self._cw.config.locate_all_files(rid): + for fpath in self._cw.vreg.config.locate_all_files(rid): cl = ChangeLog(fpath) encoding = 'utf-8' # additional content may be found in title