Skip to content

Commit

Permalink
re-load index (language) to avoid override of today/yesterday in the …
Browse files Browse the repository at this point in the history
…recent activity profile tab

Signed-off-by: emanuele <emanuele45@gmail.com>
  • Loading branch information
emanuele45 committed Sep 2, 2014
1 parent b810915 commit e2caaf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/controllers/ProfileInfo.controller.php
Expand Up @@ -168,6 +168,7 @@ public function action_summary()
{
include_once(SUBSDIR . '/Who.subs.php');
$action = determineActions($user_profile[$memID]['url']);
loadLanguage('index');

if ($action !== false)
$context['member']['action'] = $action;
Expand Down

0 comments on commit e2caaf2

Please sign in to comment.