Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Bugfix: Profile tabs correct focus on translations

SheriffenSheriffen
edited September 2010 in Vanilla 2.0 - 2.8
In my swedish translation the activity tab on the Profile page does not get class="Active" as vanilla is now.

Changing file: class.profilecontroller.php Line 671 from:
$this->_CurrentTab = $CurrentTab;
to
$this->_CurrentTab = T($CurrentTab);
will resolve the problem.

Unfortunately I don't know how to sumbit this to github.
Tagged:
Sign In or Register to comment.