X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=plugins%2Ffunction.test_email.php;h=f3bcf25e37d508d267af17748a47dedc17079e08;hb=8830a7fef9240af2f8db2061003b50d2c6fa1354;hp=007653641797ffc64f225bdf6d5d4f06a0f65452;hpb=5b48ebf46ef939d701852d2117bbcf308036027c;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'] . "'" : '';