Skip to content
Snippets Groups Projects
Commit e63eccff authored by Andreas Gohr's avatar Andreas Gohr
Browse files

use correct endpoint in tpl_actiondropdown FS#2760

parent 4bc05863
No related branches found
No related tags found
No related merge requests found
......@@ -1373,7 +1373,7 @@ function tpl_actiondropdown($empty = '', $button = '>') {
global $REV;
global $lang;
echo '<form action="'.DOKU_SCRIPT.'" method="get" accept-charset="utf-8">';
echo '<form action="'.script().'" method="get" accept-charset="utf-8">';
echo '<div class="no">';
echo '<input type="hidden" name="id" value="'.$ID.'" />';
if($REV) echo '<input type="hidden" name="rev" value="'.$REV.'" />';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment