X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.profile.php;h=abfb165f2565eb6a078dfce4b4b4f7634eda8d2a;hb=4a29ad42791b15f7d17f672ce511a2baf22a9b6e;hp=fe402619602293d37efda83818b002a285bebc88;hpb=d89a495539357b3ad30f7b891bd23d1805355a52;p=platal.git diff --git a/plugins/function.profile.php b/plugins/function.profile.php index fe40261..abfb165 100644 --- a/plugins/function.profile.php +++ b/plugins/function.profile.php @@ -27,7 +27,7 @@ function smarty_function_profile($params, $smarty) $with_link = $params->b('link', true); $with_dir = $params->b('directory', true); $with_groupperms = $params->b('groupperms', true); - $raw = $params->b('raw', true); + $raw = $params->b('raw', false); $user = $params->v('user'); if (is_int($user) || ctype_digit($user)) { $user = User::getWithUID($user);