X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.test_email.php;h=f3bcf25e37d508d267af17748a47dedc17079e08;hb=7757efd6c4bf3542c57efa4b248de641b39a7003;hp=007653641797ffc64f225bdf6d5d4f06a0f65452;hpb=d645ceb701b0e8aa1de2e5271bed35e56ef169f1;p=platal.git diff --git a/plugins/function.test_email.php b/plugins/function.test_email.php index 0076536..f3bcf25 100644 --- a/plugins/function.test_email.php +++ b/plugins/function.test_email.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -function smarty_function_test_email($params, &$smarty) { +function smarty_function_test_email($params, $smarty) { $label = isset($params['title']) ? $params['title'] : 'Envoyer un email de test'; $token = "'" . S::v('xsrf_token') . (isset($params['hruid']) ? "', " : "'"); $hruid = isset($params['hruid']) ? "'" . $params['hruid'] . "'" : '';