diff options
author | Evan Prodromou <evan@status.net> | 2009-12-11 11:51:09 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-12-11 11:51:09 -0500 |
commit | afc86a86d36dc8101c81d5d009546e4629db34a3 (patch) | |
tree | ea25a1aef4fc702f91f69cfb9a518d3eedb96334 /lib | |
parent | 60754fc6de8f73b3e74dbec30d91fffe11b094c6 (diff) |
save repeats from the form
Diffstat (limited to 'lib')
-rw-r--r-- | lib/router.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/router.php b/lib/router.php index 37525319f..142206c16 100644 --- a/lib/router.php +++ b/lib/router.php @@ -99,6 +99,7 @@ class Router 'groupblock', 'groupunblock', 'sandbox', 'unsandbox', 'silence', 'unsilence', + 'repeat', 'deleteuser'); foreach ($main as $a) { |