Merge branch 'xorg/maint' into xorg/master
[platal.git] / modules / epletter.php
index f8e8dad..b914893 100644 (file)
@@ -45,14 +45,14 @@ class EPLetterModule extends NewsletterModule
         return NewsLetter::forGroup(NewsLetter::GROUP_EP);
     }
 
-    function handler_out($page, $hash = null)
+    function handler_out($page, $hash = null, $issue_id = null)
     {
         if (!$hash) {
             if (!S::logged()) {
                 return PL_DO_AUTH;
             }
         }
-        return $this->handler_nl($page, 'out', $hash);
+        return $this->handler_nl($page, 'out', $hash, $issue_id);
     }
 }