Add a link to password documentation.
[platal.git] / plugins / function.xsrf_token.php
index 0258495..caa0a10 100644 (file)
@@ -20,7 +20,7 @@
  ***************************************************************************/
 
 function smarty_function_xsrf_token($params, &$smarty) {
-    return Session::v('xsrf_token', '');
+    return S::v('xsrf_token', '');
 }
 
 // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: