Skip to content
Snippets Groups Projects
Commit 187b5536 authored by Adrian Lang's avatar Adrian Lang
Browse files

Update syntax plugin base class (DOOM DO-OOM)

parent f6ec8df8
No related branches found
No related tags found
No related merge requests found
......@@ -266,5 +266,14 @@ class DokuWiki_Syntax_Plugin extends Doku_Parser_Mode {
return $conf;
}
/**
* Allow the plugin to prevent DokuWiki from reusing an instance
*
* @return bool false if the plugin has to be instantiated
*/
function isSingleton() {
return true;
}
}
//Setup VIM: ex: et ts=4 enc=utf-8 :
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