includes/clientside/static/faders.js
changeset 562 75df0b2c596c
parent 555 ac4c6a7f01d8
--- a/includes/clientside/static/faders.js	Sat Jun 07 12:43:57 2008 -0400
+++ b/includes/clientside/static/faders.js	Sat Jun 07 12:46:18 2008 -0400
@@ -788,7 +788,7 @@
   var mb = new MessageBox(MB_YESNO|MB_ICONQUESTION, $lang.get('user_logout_confirm_title'), $lang.get('user_logout_confirm_body'));
   mb.onclick['Yes'] = function()
     {
-      window.location = makeUrlNS('Special', 'Logout/' + title);
+      window.location = makeUrlNS('Special', 'Logout/' + csrf_token + '/' + title);
     }
 }