We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5acbe87 commit b937948Copy full SHA for b937948
syntax.php
@@ -19,7 +19,7 @@ class syntax_plugin_publish extends DokuWiki_Syntax_Plugin {
19
*/
20
private $hlp;
21
22
- function syntax_plugin_publish(){
+ function __construct(){
23
$this->hlp = plugin_load('helper','publish');
24
}
25
0 commit comments