Index: openacs-4/packages/acs-subsite/www/group-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/group-master.tcl,v diff -u -r1.16.8.1 -r1.16.8.2 --- openacs-4/packages/acs-subsite/www/group-master.tcl 8 Sep 2013 08:16:25 -0000 1.16.8.1 +++ openacs-4/packages/acs-subsite/www/group-master.tcl 16 Oct 2013 11:05:26 -0000 1.16.8.2 @@ -25,7 +25,7 @@ set system_url [ad_url] } -if {[template::util::is_nil title]} { +if {![info exists title]} { # TODO: decide how best to set the lang attribute for the title set title [ad_conn instance_name] }