changeset 3457 | 0924d0d08d60 |
parent 3451 | 6b46d73823f5 |
child 3468 | b02fa4db2868 |
--- a/web/component.py Wed Sep 23 20:12:48 2009 +0200 +++ b/web/component.py Wed Sep 23 20:13:31 2009 +0200 @@ -123,7 +123,7 @@ dumps(params.get('divid', 'paginated-content')), dumps(rql), dumps(params.pop('vid', None)), dumps(params)) else: - url = self.build_url(path, **params) + url = self._cw.build_url(path, **params) return url def page_link(self, path, params, start, stop, content):