Getting the following error:
Strict warning: Declaration of openlayers_layer_type_virtualearth::options_form() should be compatible with openlayers_layer_type::options_form($defaults = Array) in ctools_plugin_load_includes() (line 475 of /xxx/xxx/sites/all/modules/contrib/ctools/includes/plugins.inc).
It's easily resolved by altering line #48 of the
openlayers\plugins\layer_types\openlayers_layer_type\virtualearth.inc
from
- function options_form() {
to
+ function options_form($defaults = array()) {
Unfortunatelly can't provide a .patch file atm so reporting this as is.
Thanks.
Comments
Comment #1
h3rj4n commentedThis seems to be fixed in the current version and in the git repo. Search for 'options_form()' but couldn't find anything.
Closing this issue as fixed.