Merge remote branch 'origin/core/1.1.2/maint' into core/master
[platal.git] / plugins / function.xsrf_token.php
index 14455db..eed18f9 100644 (file)
@@ -19,7 +19,7 @@
  *  59 Temple Place, Suite 330, Boston, MA  02111-1307  USA                *
  ***************************************************************************/
 
-function smarty_function_xsrf_token($params, &$smarty) {
+function smarty_function_xsrf_token($params, $smarty) {
     return S::v('xsrf_token', '');
 }