Skip to content
Snippets Groups Projects
Commit 97f59cf7 authored by Klap-in's avatar Klap-in
Browse files

set $msg argument of loadHelper() default to true.

parent 3a2c5105
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode {
*
* @return object helper plugin object
*/
function loadHelper($name, $msg) {
function loadHelper($name, $msg = true) {
if(!plugin_isdisabled($name)) {
$obj = plugin_load('helper', $name);
} else {
......
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