projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
250915b
)
Requires required included file.
author
Stéphane Jacob
<sj@m4x.org>
Tue, 13 Sep 2011 12:22:45 +0000
(14:22 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Tue, 13 Sep 2011 12:22:45 +0000
(14:22 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/validations/aliases.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/validations/aliases.inc.php
b/include/validations/aliases.inc.php
index
5109fa9
..
259939f
100644
(file)
--- a/
include/validations/aliases.inc.php
+++ b/
include/validations/aliases.inc.php
@@
-101,6
+101,7
@@
class AliasReq extends Validate
if ($success) {
// Update the local User object, to pick up the new bestalias.
+ require_once 'emails.inc.php';
fix_bestalias($this->user);
$this->user = User::getSilentWithUID($this->user->id());
}