1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-24 20:13:22 +01:00

[ticket/11617] Missing U_ACTION in acp_captcha.php

http://tracker.phpbb.com/browse/PHPBB3-11617

PHPBB3-11617
This commit is contained in:
Matt Friedman 2013-07-02 16:52:15 -07:00
parent d4531c9cea
commit fba3a9d600

View File

@ -124,6 +124,8 @@ class acp_captcha
'CAPTCHA_PREVIEW_TPL' => $demo_captcha->get_demo_template($id),
'S_CAPTCHA_HAS_CONFIG' => $demo_captcha->has_config(),
'CAPTCHA_SELECT' => $captcha_select,
'U_ACTION' => $this->u_action,
));
}
}