From: Janusz Dobrowolski Date: Tue, 30 Jul 2013 10:57:02 +0000 (+0200) Subject: Fixed CSRF warning after retrying password change. X-Git-Tag: 2.3-final~220 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=b7aa8d0e37ae97a050c7f2c90553491824fa18fc;p=fa-stable.git Fixed CSRF warning after retrying password change. --- diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 96179815..7502aba4 100644 --- a/includes/ui/ui_controls.inc +++ b/includes/ui/ui_controls.inc @@ -62,7 +62,7 @@ function end_form($breaks=0) hidden('_modified', get_post('_modified', 0)); hidden('_token', $_SESSION['csrf_token']); echo "\n"; - $Ajax->activate('token'); + $Ajax->activate('_token'); } function check_csrf_token()