From: x2003bruneau Date: Mon, 30 Apr 2007 13:19:23 +0000 (+0000) Subject: Backport [1777] X-Git-Tag: xorg/0.9.15~320 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=c7bc96edd91c8dd04dc61df3eb2fbc986fce195a;p=platal.git Backport [1777] git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1778 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/include/marketing.inc.php b/include/marketing.inc.php index 585603e..37d7075 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -269,7 +269,7 @@ class AnnuaireMarketing implements MarketingEngine public function getText(array $user) { - $page = new PlatalPage('marketing/mail.marketing.tpl', NO_SKIN); + $page = new XorgPage('marketing/mail.marketing.tpl', NO_SKIN); $this->prepareText($page, $user); return $page->raw(); }