Fixes missing variable in NLIssue.
authorStéphane Jacob <sj@m4x.org>
Mon, 28 Mar 2011 07:58:34 +0000 (09:58 +0200)
committerSté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

index 7675813..1097f59 100644 (file)
@@ -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'];