diff options
author | louise <louise> | 2009-09-10 08:54:33 +0000 |
---|---|---|
committer | louise <louise> | 2009-09-10 08:54:33 +0000 |
commit | cdaae9dbf5631ee7c8bf6822fcc0ced0b91de8a6 (patch) | |
tree | 63774a50fbbf7c163e351377b1a54db3a7916e80 /t/Cobrands/Mysite/Util.pm | |
parent | d020b599a3e8be4d9455e8dd5981132b04b2b20c (diff) |
Delegate to cobrand for base_url in base_url_with_lang, delegate to cobrand for contact_email
Diffstat (limited to 't/Cobrands/Mysite/Util.pm')
-rw-r--r-- | t/Cobrands/Mysite/Util.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/Cobrands/Mysite/Util.pm b/t/Cobrands/Mysite/Util.pm index ebefe6336..f9248b68f 100644 --- a/t/Cobrands/Mysite/Util.pm +++ b/t/Cobrands/Mysite/Util.pm @@ -7,7 +7,7 @@ # Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved. # Email: louise@mysociety.org. WWW: http://www.mysociety.org # -# $Id: Util.pm,v 1.3 2009-09-09 15:29:27 louise Exp $ +# $Id: Util.pm,v 1.4 2009-09-10 08:54:33 louise Exp $ package Cobrands::Mysite::Util; use Page; @@ -34,7 +34,7 @@ sub page{ } sub base_url{ - return 'mysite.example.com'; + return 'http://mysite.example.com'; } 1; |