diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
commit | dcbc21e9680c54adc831b71cd1d22d3e680e03b0 (patch) | |
tree | 3680129b872dbd509c4cdb1c05cb6d92e40c011e /h-source/Config | |
parent | 527b6fd83ec10f172a8595ab8eea72489cbe0833 (diff) |
administrators can now see the list of hidden pages
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 858af0a..27070b3 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -161,6 +161,7 @@ class Route 'special,modifications', 'special,modactions', 'special,adminactions', + 'special,deleted', 'wiki,insert', 'wiki,update', 'wiki,page', |