mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 19:29:00 +02:00
In case current_user() reports a wildcard identification for the user's host (e.g. user@%) the percent sign was not escaped causing sprintf to complain as there were too few arguments in this case. fixes #7853