From 451383433d842f4a6734573a37aaf9098dd245c7 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 18 Apr 2011 08:52:02 +0200 Subject: complete change of configuration --- participate.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index 5153f0d..6b37fae 100755 --- a/participate.rb +++ b/participate.rb @@ -55,8 +55,8 @@ end if edit $d.html.header["status"] = "REDIRECT" $d.html.header["Cache-Control"] = "no-cache" - $d.html.header["Location"] = SITEURL - $d << _("The changes were saved, you should be redirected to %{link}.") % {:link => "#{SITEURL}"} + $d.html.header["Location"] = $conf.siteurl + $d << _("The changes were saved, you should be redirected to %{link}.") % {:link => "#{$conf.siteurl}"} else -- cgit v1.2.3