projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
235e0e2
)
Fixes missing user in carnet.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 3 Oct 2011 19:09:34 +0000
(21:09 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 3 Oct 2011 19:09:34 +0000
(21:09 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
modules/carnet.php
patch
|
blob
|
blame
|
history
diff --git
a/modules/carnet.php
b/modules/carnet.php
index
38de2b1
..
5139bb0
100644
(file)
--- a/
modules/carnet.php
+++ b/
modules/carnet.php
@@
-384,6
+384,7
@@
class CarnetModule extends PLModule
}
$search = false;
+ $user = S::user();
require_once 'userset.inc.php';