Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 2.0, 2.1
-
Fix Version/s: 2.1
-
Component/s: Core CiviCRM
-
Labels:None
Description
Small typo:
$config->formKeyDisable = true;
should've been
$config->keyDisable = true;
This patch also adds some general cleanup and extra commenting that I did along the way of trying to root out this issue.