Browse Source

Merge branch 'feature/debug-security' of github.com:CakeDC/cakephp into feature/debug-security

* 'feature/debug-security' of github.com:CakeDC/cakephp:
  Add configuration for security debug in FormHelper
Alejandro Ibarra 10 years ago
parent
commit
e5134b6f42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/View/Helper/FormHelper.php

+ 1 - 1
src/View/Helper/FormHelper.php

@@ -561,7 +561,7 @@ class FormHelper extends Helper
         }
         $debugSecurity = Hash::get($secureAttributes, 'debugSecurity') ?: Configure::read('debug');
         unset($secureAttributes['debugSecurity']);
-        
+
         $tokenData = $this->_buildFieldToken(
             $this->_lastAction,
             $fields,