diff options
-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 9cceee82c..cb5496ccd 100644 --- a/inc/html.php +++ b/inc/html.php @@ -248,7 +248,7 @@ function html_btn($name,$id,$akey,$params,$method='get'){ //make nice URLs even for buttons if(!$conf['userewrite']){ - $script = DOKU_BASE.DOKUSCRIPT; + $script = DOKU_BASE.DOKU_SCRIPT; $params['id'] = $id; }else{ $script = DOKU_BASE.$id; |