Skip to content
Snippets Groups Projects
Commit 95b43792 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix parameters for tooltipHtmlIcon(), fixes #4947

Closes #4947

Merge request studip/studip!3711
parent 2e9f6321
No related branches found
No related tags found
No related merge requests found
...@@ -435,7 +435,7 @@ function tooltipIcon(string $text, bool $important = false, bool $html = false, ...@@ -435,7 +435,7 @@ function tooltipIcon(string $text, bool $important = false, bool $html = false,
*/ */
function tooltipHtmlIcon(string $text, bool $important = false) function tooltipHtmlIcon(string $text, bool $important = false)
{ {
return tooltipIcon($text, true, $important); return tooltipIcon($text, $important, true);
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment