aboutsummaryrefslogtreecommitdiffstats
path: root/web/reports.cgi
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2010-12-22 16:38:37 +0000
committerMatthew Somerville <matthew@mysociety.org>2010-12-22 16:38:37 +0000
commita1f9b9d2422f4b14f79ed40fbd70f18510dfedf2 (patch)
treec675a4d916d684fde8085fda4c3a53ceb75b7166 /web/reports.cgi
parent74a45e725dc529af5dc8a677153f65588d6f8a2a (diff)
parent7acf747fe181d2e63499e80f235dc1a4ecd5098e (diff)
Merge branch 'master' into cities_release_1
Diffstat (limited to 'web/reports.cgi')
-rwxr-xr-xweb/reports.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/reports.cgi b/web/reports.cgi
index 4faee63f9..fe4213be4 100755
--- a/web/reports.cgi
+++ b/web/reports.cgi
@@ -12,7 +12,7 @@
use strict;
use Standard;
use URI::Escape;
-use mySociety::Alert;
+use FixMyStreet::Alert;
use mySociety::MaPit;
use mySociety::Web qw(ent NewURL);
use mySociety::VotingArea;
@@ -117,7 +117,7 @@ sub main {
}
print $q->header( -type => 'application/xml; charset=utf-8' );
my $xsl = Cobrand::feed_xsl($cobrand);
- my $out = mySociety::Alert::generate_rss($type, $xsl, "/$url", \@params, \%title_params, $cobrand, $q);
+ my $out = FixMyStreet::Alert::generate_rss($type, $xsl, "/$url", \@params, \%title_params, $cobrand, $q);
$out =~ s/matthew.fixmystreet/emptyhomes.matthew.fixmystreet/g if $q->{site} eq 'emptyhomes';
print $out;
return;