Tabs2 bug

Bug #434970 reported by Carsten Schmitz
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
UD Theme
Fix Released
Undecided
Unassigned

Bug Description

When looking at templates.php there is a line.

  $tabs2 = menu_secondary_local_tasks();

This is wrong - $tabs2 is never used.

It should read

  $vars['tabs2'] = menu_secondary_local_tasks();

As a consequence of this additional userfields in the 'My accounts' page are not showing up.

Revision history for this message
Michael Lustfield (michaellustfield) wrote :

Thank you for reporting this bug. The problem because of this seems to be transparent to me however it is an obvious bug.

I've fixed this in r143.

Changed in ubuntu-drupal-theme:
status: New → Fix Committed
Revision history for this message
Michael Lustfield (michaellustfield) wrote :

This has been replicated to drupal.org.

Changed in ubuntu-drupal-theme:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.