projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6643b3f
)
Raw must be specified, it sould not be set as default.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 19 Sep 2011 18:55:17 +0000
(20:55 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 19 Sep 2011 21:57:39 +0000
(23:57 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
plugins/function.profile.php
patch
|
blob
|
blame
|
history
diff --git
a/plugins/function.profile.php
b/plugins/function.profile.php
index
fe40261
..
abfb165
100644
(file)
--- 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',
tru
e);
+ $raw = $params->b('raw',
fals
e);
$user = $params->v('user');
if (is_int($user) || ctype_digit($user)) {
$user = User::getWithUID($user);