return NewsLetter::forGroup(NewsLetter::GROUP_AX);
}
- 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);
}
}
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);
}
}
{if $is_mail}
archives : <https://www.polytechnique.org/ax>
-ne plus recevoir : <https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/issue/{$issue->id}>
+ne plus recevoir : <https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/{$issue->id}>
{else}
archives : <https://www.polytechnique.org/ax>
-ne plus recevoir : <https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/issue/{$issue->id}>
+ne plus recevoir : <https://www.polytechnique.org/ax/out/{if $hash}{$hash}{else}nohash{/if}/{$issue->id}>
{/if}
{if !$is_mail}