products/CPSRSS
changeset 287:bc5b1366d4c3 CPS-3.5
Again added protection against missing parameters that cause ERROR messages in
the logs.
author | M.-A. Darche <ma.darche@aful.org> |
---|---|
date | Thu, 06 Oct 2011 09:41:48 +0200 |
parents | de8a31cea808 |
children | d2a641aef254 |
files | skins/widget_portlet_rss.pt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/skins/widget_portlet_rss.pt 1.2 +++ b/skins/widget_portlet_rss.pt 1.3 @@ -1,4 +1,4 @@ 1.4 -<tal:block define="ds options/datastructure; 1.5 +<tal:block define="ds options/datastructure|python:{}; 1.6 export request/form/export|nothing; 1.7 portal here/portal_url/getPortalObject; 1.8 view nocall:portal/@@channels_restricted;