aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/FixMyStreet.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-02-23 22:10:37 +0000
committerEdmund von der Burg <evdb@mysociety.org>2011-02-23 22:10:37 +0000
commit3ef36c3c9b5393c78c0af59b9f4e3f4528472357 (patch)
tree74e1118ae16bdd0e7cbb9f206248883c59de51e0 /perllib/FixMyStreet.pm
parentb6ef8d10c3ec7164c65d81b75ecf2662952aeb6d (diff)
More work on the Cobrand and setting for request
test to see welsh about us page
Diffstat (limited to 'perllib/FixMyStreet.pm')
-rw-r--r--perllib/FixMyStreet.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet.pm b/perllib/FixMyStreet.pm
index 8d50c86e0..daa9de334 100644
--- a/perllib/FixMyStreet.pm
+++ b/perllib/FixMyStreet.pm
@@ -4,7 +4,7 @@ use strict;
use warnings;
use Path::Class;
-my $ROOT_DIR = file(__FILE__)->parent->parent->absolute;
+my $ROOT_DIR = file(__FILE__)->parent->parent->absolute->resolve;
use Readonly;