Skip to content

Commit b937948

Browse files
committed
Fixed deprecated constructor.
1 parent 5acbe87 commit b937948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class syntax_plugin_publish extends DokuWiki_Syntax_Plugin {
1919
*/
2020
private $hlp;
2121

22-
function syntax_plugin_publish(){
22+
function __construct(){
2323
$this->hlp = plugin_load('helper','publish');
2424
}
2525

0 commit comments

Comments
 (0)