Home
last modified time | relevance | path

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

/dokuwiki/inc/Feed/
H A DFeedCreator.php9313ce6d4644bdf080e6c01951187fcbf6a3682f Wed Apr 08 18:38:39 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: fix TypeError when $highlight is passed uninitialized

FulltextSearch::pageSearch() type-hints $highlight as array, but
callers passed uninitialized variables (null). Initialize to [] at
all call sites and add a guard in the deprecated ft_pageSearch() wrapper.

/dokuwiki/inc/Action/
H A DSearch.php9313ce6d4644bdf080e6c01951187fcbf6a3682f Wed Apr 08 18:38:39 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: fix TypeError when $highlight is passed uninitialized

FulltextSearch::pageSearch() type-hints $highlight as array, but
callers passed uninitialized variables (null). Initialize to [] at
all call sites and add a guard in the deprecated ft_pageSearch() wrapper.

/dokuwiki/inc/
H A Ddeprecated.php9313ce6d4644bdf080e6c01951187fcbf6a3682f Wed Apr 08 18:38:39 UTC 2026 Andreas Gohr <andi@splitbrain.org> SearchIndex: fix TypeError when $highlight is passed uninitialized

FulltextSearch::pageSearch() type-hints $highlight as array, but
callers passed uninitialized variables (null). Initialize to [] at
all call sites and add a guard in the deprecated ft_pageSearch() wrapper.