From b9518dc770273f43f2b37305f11446be4aacef86 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Mon, 28 Mar 2011 09:58:34 +0200 Subject: [PATCH] Fixes missing variable in NLIssue. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- include/newsletter.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/include/newsletter.inc.php b/include/newsletter.inc.php index 7675813..1097f59 100644 --- 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']; -- 2.1.4