X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fxorg.mailer.inc.php;h=a96661fc1dc56e40447e6fb11ec0ffb5dcf97441;hb=b7550106ff9bc8e7ea2b09c622456e3eef87500a;hp=19e64a2cc4bb3236e7bc1e4d33f1ff8f52e475ef;hpb=c59652a03d7b80dee39230d292e19e0e58f5e0bd;p=platal.git diff --git a/include/xorg.mailer.inc.php b/include/xorg.mailer.inc.php index 19e64a2..a96661f 100644 --- a/include/xorg.mailer.inc.php +++ b/include/xorg.mailer.inc.php @@ -54,9 +54,9 @@ class XOrgMailer extends Smarty $this->caching=false; $this->compile_check=true; - $this->template_dir = $globals->root . "/templates/"; - $this->compile_dir = $globals->root . "/spool/templates_c/"; - $this->config_dir = $globals->root . "/configs/"; + $this->template_dir = $globals->spoolroot . "/templates/"; + $this->compile_dir = $globals->spoolroot . "/spool/templates_c/"; + $this->config_dir = $globals->spoolroot . "/configs/"; $this->register_outputfilter('mail_format'); $this->register_function('from', 'set_from');