Skip to content
Snippets Groups Projects
Commit 17943f2b authored by m4olivei's avatar m4olivei Committed by podarok
Browse files

Issue #1912168 by m4olivei | tchase: Warning "Undefined variable:...

Issue #1912168 by m4olivei | tchase: Warning "Undefined variable: bubbletext_field_obj in gmap_plugin_style_gmap->render()".
parent cc27c593
No related branches found
No related tags found
No related merge requests found
...@@ -262,9 +262,6 @@ class gmap_plugin_style_gmap extends views_plugin_style { ...@@ -262,9 +262,6 @@ class gmap_plugin_style_gmap extends views_plugin_style {
if ($this->options['bubbletextenabled'] && !empty($this->options['bubbletextfield']) && !empty($this->rendered_fields[$row_index][$this->options['bubbletextfield']])) { if ($this->options['bubbletextenabled'] && !empty($this->options['bubbletextfield']) && !empty($this->rendered_fields[$row_index][$this->options['bubbletextfield']])) {
$bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']]; $bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
} }
elseif ($this->options['bubbletextenabled'] && $bubbletext_field_obj->real_field == 'nothing') {
$bubbletext = $this->rendered_fields[$row_index][$this->options['bubbletextfield']];
}
$marker = array( $marker = array(
'latitude' => $lat, 'latitude' => $lat,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment