Skip to content
Snippets Groups Projects
Commit faed9663 authored by reeller_sk's avatar reeller_sk Committed by Andriy Podanenko
Browse files

Issue #1218870 by idflood, hadim, reeller_sk | Chadwick Wood: Fixed Marker...

Issue #1218870 by idflood, hadim, reeller_sk | Chadwick Wood: Fixed Marker managers give wrong path to marker icon when Drupal is not installed at root.
parent ea4e048e
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,7 @@ function _gmap_base_js() {
'type' => 'external',
'weight' => 1,
);
$ret['/' . variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_markers.js'] = array(
$ret[base_path() . variable_get('file_public_path', conf_path() . '/files') . '/js/gmap_markers.js'] = array(
'type' => 'external',
'weight' => 4,
);
......
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