diff --git a/syntax/table.php b/syntax/table.php index ef98106..fd4e5cb 100644 --- a/syntax/table.php +++ b/syntax/table.php @@ -24,7 +24,7 @@ class syntax_plugin_data_table extends DokuWiki_Syntax_Plugin { /** * Constructor. Load helper plugin */ - function syntax_plugin_data_table() { + function __construct() { $this->dthlp = plugin_load('helper', 'data'); }