Index: openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl,v diff -u -r1.5 -r1.6 --- openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl 9 Aug 2002 18:39:31 -0000 1.5 +++ openacs-4/packages/faq-portlet/www/faq-admin-portlet.tcl 23 Oct 2002 12:30:49 -0000 1.6 @@ -31,7 +31,7 @@ if {[llength $list_of_package_ids] > 1} { # We have a problem! - return -code error "There should be only one instance of FAQ for admin purposes" + return -code error [_ faq-portlet.one_admin_faq] } set package_id [lindex $list_of_package_ids 0] @@ -44,7 +44,7 @@ where f.faq_id = o.object_id and o.context_id = :package_id } - + set url [lindex [site_node::get_url_from_object_id -object_id $package_id] 0] ad_return_template