From 9f5a6371ddb618eba3586bb228ca2db1633034b3 Mon Sep 17 00:00:00 2001 From: francis Date: Fri, 9 May 2008 01:00:42 +0000 Subject: Link to stats graph. --- app/models/info_request.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/models/info_request.rb') diff --git a/app/models/info_request.rb b/app/models/info_request.rb index e1c75dd2a..af5a3b27b 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -21,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.104 2008-05-08 22:56:27 francis Exp $ +# $Id: info_request.rb,v 1.105 2008-05-09 01:00:42 francis Exp $ require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') @@ -109,7 +109,7 @@ public # Remove spaces from ends (for when used in emails etc.) def title title = read_attribute(:title) - kitle.strip + title.strip end # Email which public body should use to respond to request. This is in -- cgit v1.2.3