projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e601a
)
Fixes missing variable in NLIssue.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 07:58:34 +0000
(09:58 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Mon, 28 Mar 2011 07:58:34 +0000
(09:58 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
include/newsletter.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/newsletter.inc.php
b/include/newsletter.inc.php
index
7675813
..
1097f59
100644
(file)
--- a/
include/newsletter.inc.php
+++ b/
include/newsletter.inc.php
@@
-620,6
+620,7
@@
class NLIssue
$this->nl = new NewsLetter($issue['nlid']);
}
$this->id = $id;
+ $this->nlid = $issue['nlid'];
$this->shortname = $issue['short_name'];
$this->date = $issue['date'];
$this->send_before = $issue['send_before'];