From: Janusz Dobrowolski Date: Tue, 30 Jul 2013 10:57:02 +0000 (+0200) Subject: Fixed CSRF warning after retrying password change. X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=53ea2f7f41fb5040c4468d8727f7d76d241cc2c7;p=textcart.git Fixed CSRF warning after retrying password change. --- diff --git a/includes/ui/ui_controls.inc b/includes/ui/ui_controls.inc index 9617981..7502aba 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()