Index: openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page 13 Nov 2007 11:36:45 -0000 1.11 +++ openacs-4/packages/xowiki/www/prototypes/weblog-portlet.page 19 Nov 2007 12:41:02 -0000 1.12 @@ -25,13 +25,8 @@ # We get the instance_attributes, if these are available. For the # time being, we have these only in full mode (no summary) - if {[my exists instance_attributes]} { - set instance_attributes [my set instance_attributes] - } else { - set instance_attributes "" - } set link [::xowiki::Includelet detail_link -package_id $package_id -name $name \ - -instance_attributes $instance_attributes] + -instance_attributes [my get_instance_attributes]] set show_more [expr {[$weblog_obj summary] && [my exists text] && [my text] ne ""}] set more [expr {$show_more ? " \[#xowiki.weblog-more#\]" : ""}]