projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d308ee
)
A group announce requires the uid of the author to be displayed properly.
author
Stéphane Jacob
<sj@m4x.org>
Wed, 23 Jun 2010 08:42:02 +0000
(10:42 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Wed, 23 Jun 2010 08:43:08 +0000
(10:43 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/xnetgrp.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/xnetgrp.php
b/modules/xnetgrp.php
index
413fd2a
..
2dabdc9
100644
(file)
--- a/
modules/xnetgrp.php
+++ b/
modules/xnetgrp.php
@@
-1029,6
+1029,7
@@
class XnetGrpModule extends PLModule
$art['prenom'] = S::v('prenom');
$art['promo'] = S::v('promo');
$art['hruid'] = S::user()->login();
+ $art['uid'] = S::user()->id();
$art['expiration'] = Post::v('expiration');
$art['public'] = Post::has('public');
$art['xorg'] = Post::has('xorg');