plugins/SpecialUserFuncs.php
changeset 573 43e7254afdb4
parent 562 75df0b2c596c
child 586 234ddd896555
--- a/plugins/SpecialUserFuncs.php	Sun Jun 15 01:29:30 2008 -0400
+++ b/plugins/SpecialUserFuncs.php	Sun Jun 15 01:30:00 2008 -0400
@@ -612,7 +612,7 @@
   $token = $paths->getParam(0);
   if ( $token !== $session->csrf_token )
   {
-    csrf_confirm_form();
+    csrf_request_confirm();
   }
   
   $l = $session->logout();