i-net-software / dokuwiki-plugin-tagsections

Tag sections in DokuWiki
https://www.dokuwiki.org/plugin:tagsections
4 stars 0 forks source link

editbutton.php line 55 fix #6

Open tecnicoespaniol opened 1 week ago

tecnicoespaniol commented 1 week ago
    if ( is_null( $this->inited ) ) {

With

    if ( is_null( $inited ) ) {

Dokuwiki says that $inited is Undefined, three times. I am not using the plugin in the node. The page had the include plugin and text (two lists).

{{page>:sidebar}}

Hi. I am using your dokuwiki plugin recently. Thanks for your work.