Hello,
The DokuWiki Configurator uses the start by default and if the user attempts to empty it, it automatically fallback to start again, but the AcMenu stops to rendering the tree. I believe it's happening because even the DokuWiki configuration showing the default value of $conf["start"] to the end user at the DokuWiki Configurator, it's still an empty value at the config file. AcMenu should handle this falling back to the default value (start) if the value of $conf["start"] isn't set.
Hello, The DokuWiki Configurator uses the
start
by default and if the user attempts to empty it, it automatically fallback tostart
again, but the AcMenu stops to rendering the tree. I believe it's happening because even the DokuWiki configuration showing the default value of$conf["start"]
to the end user at the DokuWiki Configurator, it's still an empty value at the config file. AcMenu should handle this falling back to the default value (start
) if the value of$conf["start"]
isn't set.