Home
last modified time | relevance | path

Searched hist:"3 b38849484bc95c5c0433e6dca84a6bb10a7197a" (Results 1 – 1 of 1) sorted by relevance

/plugin/condition/
H A Dsyntax.php3b38849484bc95c5c0433e6dca84a6bb10a7197a Thu Dec 18 17:37:24 UTC 2014 Daniel Fett <agtl@danielfett.de> Fix bug when page does not contain a TOC

If this plugin is used in a page without a TOC (e.g., the sidebar), it produces the following error and does not show any content:

PHP Warning: array_merge(): Argument #1 is not an array in /var/www/dokuwiki/lib/plugins/condition/syntax.php on line 264

The change fixes this by moving the check to the right place.