diff options
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index 928da9cef..5dbfcd921 100644 --- a/inc/html.php +++ b/inc/html.php @@ -191,7 +191,7 @@ function html_backtomedia_button($params,$akey=''){ global $conf; global $lang; - $ret = '<form class="button" method="get" action="'.DOKU_BASE.'lib/exe/media.php"><div class="no">'; + $ret = '<form class="button" method="get" action="'.DOKU_BASE.'lib/exe/mediamanager.php"><div class="no">'; reset($params); while (list($key, $val) = each($params)) { |