jmosmap / plugin_googlemaps

This is the Joomla plugin Google maps by Reumer
http://tech.reumer.net
GNU General Public License v3.0
31 stars 21 forks source link

php7 Array to string conversion #36

Open hsojhsoj opened 7 years ago

hsojhsoj commented 7 years ago

Notice: Array to string conversion in /var/www/vhosts/website.org/httpdocs/plugins/system/plugin_googlemap3/plugin_googlemap3_helper.php on line 301

The plugin parameters do not override the plugin settings in php7 version of mosmap 3.5

tubby1981 commented 7 years ago

I have the same issue in php7.

Array to string conversion in plugins/system/plugin_googlemap3/plugin_googlemap3_helper.php on line 293,

Please fix this.

Thanks

astrolinux commented 7 years ago

You can simply change line #193 as follow: $this->_mp->{$values[0]}=$values[1];