X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.profile.php;h=340e9adccb049f41624269b022e188725ab34e3a;hb=9ce6479b78c18755e748ab55ce5a99fbe954bf5d;hp=be02e7b88c21e529f17987a1630ce0f58b302155;hpb=c12cc82e1d97b51e19b294942ea9450a34d929cd;p=platal.git diff --git a/plugins/function.profile.php b/plugins/function.profile.php index be02e7b..340e9ad 100644 --- a/plugins/function.profile.php +++ b/plugins/function.profile.php @@ -1,6 +1,6 @@ b('link', true); $with_groupperms = $params->b('groupperms', true); $user = $params->v('user'); - if (ctype_digit($user)) { + if (is_int($user) || ctype_digit($user)) { $user = User::getWithUID($user); }