Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-8588 now.

General Options not saving in CAPTCHA module settings (fix completed in vcs)

None of the settings under "General Options" are saving at all. Removing this array_keys call from includes/acp/acp_captcha.php on line 70 takes care of the problem:
Code: Select all
$config_vars = array_keys($config_vars);

Comments / History

Changed ticket status from "New" to "Fix in progress"

Action performed by Kellanved (Former Team Member) on Aug 14th 2009, 07:53

Assigned ticket to user "Kellanved"

Action performed by bantu (3.0 Release Manager) on Aug 14th 2009, 09:27

Linked ticket with changeset: r9975

Action performed by Kellanved (Former Team Member) on Aug 14th 2009, 10:00

Changed ticket status from "Fix in progress" to "Fix completed in SVN"

Action performed by Kellanved (Former Team Member) on Aug 14th 2009, 10:00

Ticket details

Related SVN changesets