Skip to content

Getting Array to string conversion error on Php 7 #28

@frogydiak

Description

@frogydiak

On line# 293 of /plugins/system/plugin_googlemap3/plugin_googlemap3_helper.php:

this->_mp->$values[0]

causes Notice: Array to string conversion but if I modify the code to:

$key = $values[0]; $this->_mp->{$key} = $values[1];

the Notice goes away.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions