aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFaton Selishta <fatonselishta@gmail.com>2011-06-14 09:46:03 +0200
committerFaton Selishta <fatonselishta@gmail.com>2011-06-14 09:46:03 +0200
commit1d6a9de8f659abf88c34b2fb5ecaa00b27b31746 (patch)
tree7554c795d2df486dcc9db9829d18bf08cd729797
parente46feae8300a337996c9f0abcf23c352794f60ea (diff)
change an harcodet link
-rwxr-xr-x[-rw-r--r--]app/helpers/link_to_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/link_to_helper.rb b/app/helpers/link_to_helper.rb
index 20d4223a2..a9300a555 100644..100755
--- a/app/helpers/link_to_helper.rb
+++ b/app/helpers/link_to_helper.rb
@@ -180,7 +180,7 @@ module LinkToHelper
def main_url(relative_path)
- url_prefix = "http://" + MySociety::Config.get("DOMAIN", '127.0.0.1:3000')
+ url_prefix = "http://" + MySociety::Config.get("DOMAIN", 'informatazyrtare.org')
return url_prefix + relative_path
end