Home
last modified time | relevance | path

Searched hist:"556 e996e8e0ce3bb7821043aaf192099183d1159" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dinfoutils.php556e996e8e0ce3bb7821043aaf192099183d1159 Tue Jun 02 09:30:02 UTC 2020 Andreas Gohr <andi@splitbrain.org> fixed message classes

In #3069 the internal structure of messages was accidentally changed to
be numeric. This reintroduces the proper string constants.

I thought about keeping the integers and do the mapping in
html_msgarea() but some plugins rely on inspecting the global $MSG so I
don't want to change it.