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
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:
to
will resolve the problem.
Unfortunately I don't know how to sumbit this to github.
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.
0