diff options
author | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
---|---|---|
committer | Matthias Schulte <post@lupo49.de> | 2011-09-11 13:11:30 +0200 |
commit | 1614eb9180008daaf518e6271b82222219efc008 (patch) | |
tree | bd9b3138f288fbc6786f3b28c7f3d438bf79c36f /inc/actions.php | |
parent | e2b5ad84f88d0bd1fe510fa74673cc7557c6e630 (diff) | |
parent | 29d511bfa507384ae0872f75fb54acb44b1e915e (diff) | |
download | rpg-1614eb9180008daaf518e6271b82222219efc008.tar.gz rpg-1614eb9180008daaf518e6271b82222219efc008.tar.bz2 |
Merge branch 'master' of http://github.com/splitbrain/dokuwiki
Diffstat (limited to 'inc/actions.php')
-rw-r--r-- | inc/actions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/actions.php b/inc/actions.php index ecf09036f..1a0ae4028 100644 --- a/inc/actions.php +++ b/inc/actions.php @@ -227,7 +227,7 @@ function act_clean($act){ 'preview','search','show','check','index','revisions', 'diff','recent','backlink','admin','subscribe','revert', 'unsubscribe','profile','resendpwd','recover', - 'draftdel','subscribens','unsubscribens','sitemap')) && substr($act,0,7) != 'export_' ) { + 'draftdel','subscribens','unsubscribens','sitemap','media')) && substr($act,0,7) != 'export_' ) { msg('Command unknown: '.htmlspecialchars($act),-1); return 'show'; } |