Skip to content

Notice Error in ReduxCore/framework.php on line 3024 #1661

@ghost

Description

When i save my settings, i get this Error:
Notice: Undefined index: id in l/wp-content/themes/mytheme/inc/ReduxCore/framework.php on line 3024

Can you replace line 3024 this:
if ( ! isset( $plugin_options[ $field['id'] ] ) || $plugin_options[ $field['id'] ] == '' )

With this:
if ( ! isset( $plugin_options[ $field['id'] ] ) || ( isset($plugin_options[ $field['id'] ] ) && $plugin_options[ $field['id'] ] == '') )

Thanks

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