Home
last modified time | relevance | path

Searched hist:"7 b6bf7a3e03b0d39cd90f7b056b35fbf4bd6ef96" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/Form/
H A DDropdownElement.php7b6bf7a3e03b0d39cd90f7b056b35fbf4bd6ef96 Fri Feb 10 14:59:05 UTC 2017 Michael Grosse <grosse@cosmocode.de> Fix strict warnings in optgroups/dropdowns

PHP 5.6 and below throw a strict standards warning at the changed lines.
An intermediate variable is introduced to avoid this warning.

PHP 7+ changes the severity of this warning to E_NOTICE which is
suppressed by DokuWiki.

This error was introduced in #1778