$show_detailed variable was not declared as static in the () function.

Fix: change the line 839 to this (also changed the order of variables to match the variable_get() code block below).

static $click_option, $link_related, $show_detailed, $show_edit, $show_search, $one_way, $tax_img_avail, $access_tax, $access_search;

Comments

phpdiva’s picture

Forgot to mention which function: theme_glossary_overview_item().

SweeneyTodd’s picture

Status: Needs review » Reviewed & tested by the community

Has already made it into Dev but not release version.

NancyDru’s picture

Issue summary: View changes
Status: Reviewed & tested by the community » Closed (outdated)