Skip to content

Commit

Permalink
PHP Error on line 524
Browse files Browse the repository at this point in the history
Fixes php error.
  • Loading branch information
sherakama committed Apr 25, 2016
1 parent 2af6df0 commit 0b2cc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.php
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ function open_framework_is_in_nav_menu($element) {
}

// For menu blocks.
if (!empty($bid) && $static_menu_cache[$bid]) {
if (!empty($bid) && isset($static_menu_cache[$bid])) {
return $static_menu_cache[$bid];
}

Expand Down

0 comments on commit 0b2cc45

Please sign in to comment.