projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30e6bbe
)
Fixes alias creation.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 4 Apr 2011 14:14:14 +0000
(16:14 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 4 Apr 2011 14:14:14 +0000
(16:14 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetlists.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetlists.php
b/modules/xnetlists.php
index
c7bbf25
..
a502f02
100644
(file)
--- a/
modules/xnetlists.php
+++ b/
modules/xnetlists.php
@@
-275,7
+275,7
@@
class XnetListsModule extends ListsModule
return;
}
- add_to_list_alias(S::
uid(
), $list, $globals->asso('mail_domain'));
+ add_to_list_alias(S::
i('uid'
), $list, $globals->asso('mail_domain'));
pl_redirect('alias/admin/' . $list . '@' . $globals->asso('mail_domain'));
}