aboutsummaryrefslogtreecommitdiffstats
path: root/web/alert.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'web/alert.cgi')
-rwxr-xr-xweb/alert.cgi4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/alert.cgi b/web/alert.cgi
index 108a02683..c6a6eb647 100755
--- a/web/alert.cgi
+++ b/web/alert.cgi
@@ -80,8 +80,8 @@ sub alert_list {
$x ||= 0; $x += 0;
$y ||= 0; $y += 0;
if ($x || $y) {
- $e = Page::tile_to_os($input{x});
- $n = Page::tile_to_os($input{y});
+ $e = FixMyStreet::Map::tile_to_os($input{x});
+ $n = FixMyStreet::Map::tile_to_os($input{y});
} else {
try {
($x, $y, $e, $n, $error) = Page::geocode($input{pc}, $q);