summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-10-12 16:33:36 -0700
committerBrion Vibber <brion@pobox.com>2010-10-12 16:33:36 -0700
commit5f81f6119be8ec0a100cefcaa6f886d16f3be5c5 (patch)
treea48949c9c2adb8bd8dac06ce633baa6e69f07147 /lib/router.php
parentaa02f6020e16f722d5194ad97e66a57ab1d8c29c (diff)
parent112b6c40793a18262425ca039e4fe4a6eb68bce4 (diff)
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index 3bbb4a044..eebe2beea 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -278,7 +278,7 @@ class Router
$m->connect('group/new', array('action' => 'newgroup'));
- foreach (array('edit', 'join', 'leave') as $v) {
+ foreach (array('edit', 'join', 'leave', 'delete') as $v) {
$m->connect('group/:nickname/'.$v,
array('action' => $v.'group'),
array('nickname' => '[a-zA-Z0-9]+'));