AlkatraZ, Попутал местами $foundUser['id'] & $foundUser['place']
// /modules/profile/index.php line 159
if ($foundUser['id'] != $user->id) {
$arg['footer'] = '<span class="gray">' . _t('Where?') . ':</span> ' . $tools->displayPlace($foundUser['id'], $foundUser['place']);
}