Home
last modified time | relevance | path

Searched hist:f155da6a286c4d8bb51e6542591967f5ba79e3d8 (Results 1 – 1 of 1) sorted by relevance

/template/kiwiki/classes/
H A Dkiwiki_functions.phpf155da6a286c4d8bb51e6542591967f5ba79e3d8 Thu Feb 22 04:22:34 UTC 2024 AzurCrystal <azurcrystal@kiyohane.moe> fix(func): edit_icon break when useSlash enabled

when useRewrite and useSlash both enabled in dokuwiki's setting, the
edit page behaves as '{namespace}/{pagename}?do=edit',and the
'doku.php?id=${pageid}&do=edit' will not do correct redirections.

change this behavior by checking both $conf['usewrite'] and
$conf[useslash].