diff options
author | Sarven Capadisli <csarven@status.net> | 2009-10-29 13:18:51 +0100 |
---|---|---|
committer | Sarven Capadisli <csarven@status.net> | 2009-10-29 13:18:51 +0100 |
commit | f0abc0fe15a54da468cf37e748041bba4f362e53 (patch) | |
tree | 4116962fad750385464a90ca2910682dc7d4c76a /lib/router.php | |
parent | 2b5a5e02a4c4bd3861074990ba523ce21cb2749a (diff) |
Updated bookmarklet. Created its own action
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index dedf73c86..2fd255fe6 100644 --- a/lib/router.php +++ b/lib/router.php @@ -179,6 +179,8 @@ class Router array('action' => 'deletenotice'), array('notice' => '[0-9]+')); + $m->connect('bookmarklet/new', array('action' => 'bookmarklet')); + // conversation $m->connect('conversation/:id', |