diff options
author | Matthew Somerville <matthew@mysociety.org> | 2011-05-19 10:17:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2011-05-19 10:17:17 +0100 |
commit | 376e850108a06d0b3dc1d19fd1e77b123b775cc7 (patch) | |
tree | a896ac07be4ad4b2f61194e713b6f6f831734c9e /perllib/FixMyStreet/App.pm | |
parent | 7172772a3a75d18917bd3747786839323d3d0fbf (diff) |
RSS and robots for problem display pages.
Diffstat (limited to 'perllib/FixMyStreet/App.pm')
-rw-r--r-- | perllib/FixMyStreet/App.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/FixMyStreet/App.pm b/perllib/FixMyStreet/App.pm index ea22179b7..2cb8cbbff 100644 --- a/perllib/FixMyStreet/App.pm +++ b/perllib/FixMyStreet/App.pm @@ -84,7 +84,7 @@ __PACKAGE__->setup(); # set up DB handle for old code FixMyStreet->configure_mysociety_dbhandle; -# disable debug logging unless in debaug mode +# disable debug logging unless in debug mode __PACKAGE__->log->disable('debug') # unless __PACKAGE__->debug; |