aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Page.pm
diff options
context:
space:
mode:
authormatthew <matthew>2008-05-06 10:06:13 +0000
committermatthew <matthew>2008-05-06 10:06:13 +0000
commit802afbea0f0552d297c317bd1a625a0936f4fbd8 (patch)
tree2c80dc23a9b4300ebddb16bb629676218744d8cb /perllib/Page.pm
parent69c5632cea68018605c5170bc73e8717b3d87be6 (diff)
Remove needless thing.
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r--perllib/Page.pm12
1 files changed, 5 insertions, 7 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm
index a3afa5888..d2146149b 100644
--- a/perllib/Page.pm
+++ b/perllib/Page.pm
@@ -6,7 +6,7 @@
# Copyright (c) 2006 UK Citizens Online Democracy. All rights reserved.
# Email: matthew@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Page.pm,v 1.92 2008-05-06 10:01:30 matthew Exp $
+# $Id: Page.pm,v 1.93 2008-05-06 10:06:13 matthew Exp $
#
package Page;
@@ -78,13 +78,11 @@ sub microsite {
$q->{site} = 'emptyhomes' if $host =~ /emptyhomes/;
if ($q->{site} eq 'emptyhomes') {
- $q->{thing} = 'empty property';
- mySociety::Locale::negotiate_language('en-gb,English,en_GB', 'en-gb');
- mySociety::Locale::gettext_domain('FixMyStreet-EmptyHomes');
- mySociety::Locale::change();
+ mySociety::Locale::negotiate_language('en-gb,English,en_GB', 'en-gb');
+ mySociety::Locale::gettext_domain('FixMyStreet-EmptyHomes');
+ mySociety::Locale::change();
} else {
- $q->{thing} = 'problem';
- mySociety::Locale::gettext_domain('FixMyStreet');
+ mySociety::Locale::gettext_domain('FixMyStreet');
}
}