diff options
Diffstat (limited to 'perllib/Page.pm')
-rw-r--r-- | perllib/Page.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perllib/Page.pm b/perllib/Page.pm index 05324cab6..b9e1bb63f 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.73 2008-01-30 18:27:47 matthew Exp $ +# $Id: Page.pm,v 1.74 2008-01-31 10:30:37 matthew Exp $ # package Page; @@ -119,7 +119,7 @@ sub footer { my ($q, $extra) = @_; my $pc = $q->param('pc') || ''; $pc = "?pc=" . ent($pc) if $pc; - $extra = $q->scratch() if $q->scratch(); # Overrides + $extra = $q->{scratch} if $q->{scratch}; # Overrides my $track = mySociety::Tracking::code($q, $extra); return <<EOF; </div></div> |