Skip to content

field_spinner.php Small issue need to be fixed #3201

@duxfercom

Description

@duxfercom

Hello,
Just want to help to fix this issue
error Notice found :

Notice: Undefined index: output in redux-framework\ReduxCore\inc\fields\spinner\field_spinner.php on line 156:

Wrong Code :
$css = $this->parseCSS($this->value, $this->field['output']);

Right Code :

$css = $this->parseCSS($this->value, $this->field['compiler']);

Best Regards,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions