Anonymous users will see the Utility Bar even if the Display utility bar for anonymous users setting is switched on. That's because the _utility_bar_display_utility_bar() function does return TRUE for any of the variable utility_bar_display == 1 cases. It must return FALSE instead if variable utility_bar_display_anon == 0 (or is not set). Just removing the second return TRUE solves the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | utility_bar-1079246-1.patch | 354 bytes | fuerst |
Comments
Comment #1
fuerst commentedAttached the patch for the fix described above.
Comment #2
tobby commentedThanks for the patch. :)
This is committed http://drupal.org/commitlog/commit/17748/e1816aa2a588b031afb1f3153613262...
Comment #3
fuerst commentedThanks a lot for fast reaction :)