diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-29 22:08:39 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-29 22:08:39 +0000 |
commit | 98cde2db446345b80636fe933702d8fc72179965 (patch) | |
tree | 775de8a0f068bd0815a71e7660dd7ca212bf0b49 /h-source/Config | |
parent | 547b27015b4173e33409cf1be1b0aea2dfa0994d (diff) |
moderators can now open/close issues - part 1
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Route.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 1a3161a..c90f99d 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -100,6 +100,8 @@ class Route 'history,show', 'history,block', 'history,unblock', + 'history,open', + 'history,close', 'history,viewall', 'threegcards,catalogue', 'threegcards,view', |