Index: openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/Attic/xowiki-portlet-procs.tcl,v diff -u -r1.34 -r1.35 --- openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 27 Mar 2007 11:44:06 -0000 1.34 +++ openacs-4/packages/xowiki/tcl/xowiki-portlet-procs.tcl 27 Mar 2007 12:11:29 -0000 1.35 @@ -1322,7 +1322,7 @@ my get_parameters if {![info exists user_id]} {set user_id [::xo::cc user_id]} - if {$show_anonymous ne "all" && $user_id ne 0} { + if {$show_anonymous ne "all" && $user_id eq 0} { return "You must login to see the [namespace tail [self class]]" }