Skip to content
Snippets Groups Projects
Commit 48a1417e authored by Michael Hamann's avatar Michael Hamann
Browse files

Correct parameter documentation of DokuWiki_Plugin::loadHelper()

parent b04a190d
No related branches found
No related tags found
No related merge requests found
......@@ -184,8 +184,8 @@ class DokuWiki_Plugin {
*
* @author Esther Brunner <wikidesign@gmail.com>
*
* @param $name name of plugin to load
* @param $msg message to display in case the plugin is not available
* @param string $name name of plugin to load
* @param bool $msg if a message should be displayed in case the plugin is not available
*
* @return object helper plugin object
*/
......
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