-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment: 5.2.6
Database: MySQL(i) 5.0.51a-community-nt
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:
$config_vars = array_keys($config_vars);
|

