diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-04 16:08:32 +0000 |
commit | b64ea63443e33fc070298c0130461c834de342bc (patch) | |
tree | 12ddddc2c060b6916c6e8ed921a73a03c64d0f1e /h-source/Config | |
parent | 498e38bfaecf95b1f854c63c5d15d57f4b34ea89 (diff) |
moderators can now consult the list of actions carried out by other moderators
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Route.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 145947e..7807f09 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -109,6 +109,7 @@ class Route 'threegcards,differences', 'threegcards,climb', 'threegcards,talk', + 'moderators,actions', ); //it can be 'yes' or 'no' |