diff --git a/sources/controllers/ProfileInfo.controller.php b/sources/controllers/ProfileInfo.controller.php index 1b2383f018..9f9529807e 100644 --- a/sources/controllers/ProfileInfo.controller.php +++ b/sources/controllers/ProfileInfo.controller.php @@ -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;