i-net-software / i-net-software/dokuwiki-plugin-tagsections
editbutton.php line 55 fix
- Dominant language
- PHP
- Stars
- 4
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open editbutton.php and inspect line 55, where the issue reports the undefined $inited warning. Reproduce the DokuWiki page setup with the include plugin and two lists, then verify that the warning no longer appears. The issue is done when this scenario no longer reports $inited as undefined.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100