mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing $fieldset = null; in FormHelper::inputs()
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@4890 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
30498981a7
commit
9b8f81cc82
1 changed files with 0 additions and 1 deletions
|
@ -326,7 +326,6 @@ class FormHelper extends AppHelper {
|
||||||
* @return output
|
* @return output
|
||||||
*/
|
*/
|
||||||
function inputs($fields = null, $blacklist = null) {
|
function inputs($fields = null, $blacklist = null) {
|
||||||
$fieldset = null;
|
|
||||||
if(!is_array($fields)) {
|
if(!is_array($fields)) {
|
||||||
$fieldset = $fields;
|
$fieldset = $fields;
|
||||||
} else if(isset($fields['fieldset'])) {
|
} else if(isset($fields['fieldset'])) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue