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