mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-11-10 07:59:56 +01: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