diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-12-29 16:17:17 -0500 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-12-29 16:18:52 -0500 |
commit | 98ce7daf5650ebd7e6f6bbaca6e57069ffccae55 (patch) | |
tree | 9fc9ec3b9b95d3bd638049e188b97de48662655d /lib/router.php | |
parent | e152bec2822a4ec773d02dd05f080a049ff3d524 (diff) |
Implement user interface for user to preview what location they are sharing with a notice
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php index 474e05996..7ec962460 100644 --- a/lib/router.php +++ b/lib/router.php @@ -100,7 +100,8 @@ class Router 'sandbox', 'unsandbox', 'silence', 'unsilence', 'repeat', - 'deleteuser'); + 'deleteuser', + 'geocode'); foreach ($main as $a) { $m->connect('main/'.$a, array('action' => $a)); |