Forum OpenACS Development: XoWiki: Fixed Problem in resolve_request with popular = ""

Hi, For some reason Google ran into a problem indexing our www.project-open.org/en/ Wiki site with the URL: http://www.project-open.org/en/tag/Calendar_Item?summary=1&popular= (You can see that "popular" is empty). So I've added a line
if {"" == $popular} { set popular 1 } 
behind the line
set popular [::xo::cc query_parameter popular 0]
Cheers, Frank
fixed in a similar way in CVS HEAD