projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdb709b
)
Fixes email alias display in profile.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 4 Apr 2011 13:46:09 +0000
(15:46 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 4 Apr 2011 13:46:09 +0000
(15:46 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/profile.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/profile.php
b/modules/profile.php
index
b0092a7
..
4209f19
100644
(file)
--- a/
modules/profile.php
+++ b/
modules/profile.php
@@
-285,7
+285,7
@@
class ProfileModule extends PLModule
// Determines and displays the virtual alias.
if (!is_null($owner) && $profile->alias_pub == 'public') {
- $page->assign('virtualalias', $owner->emailAlias
es
());
+ $page->assign('virtualalias', $owner->emailAlias());
}
$page->assign_by_ref('profile', $profile);