diff options
author | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 12:55:17 -0400 |
---|---|---|
committer | Sarven Capadisli <csarven@csarven-laptop.(none)> | 2009-05-25 12:55:17 -0400 |
commit | b7d051280e41117d800b7d0e0429cc75eb38d0f5 (patch) | |
tree | efac0f02a9e0cab70a97da789c07277d4041b743 /lib/router.php | |
parent | 31743dd36807e520702c29973eacd067717a74b7 (diff) | |
parent | 01ce677ae399874e81dc21991faf821a539fa00a (diff) |
Merge branch '0.8.x' of git://gitorious.org/laconica/dev into 0.8.x
Diffstat (limited to 'lib/router.php')
-rw-r--r-- | lib/router.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 39c005609..d1e2970c5 100644 --- a/lib/router.php +++ b/lib/router.php @@ -159,6 +159,10 @@ class Router array('action' => 'attachment_ajax'), array('attachment' => '[0-9]+')); + $m->connect('attachment/:attachment/thumbnail', + array('action' => 'attachment_thumbnail'), + array('attachment' => '[0-9]+')); + /* TODO not used right now, will revisit later |