Skip to content

Commit

Permalink
Reduce a line
Browse files Browse the repository at this point in the history
Follow th Joomla Coding Standard
  • Loading branch information
ilhooq committed May 26, 2017
1 parent 0de6d1f commit 1fdb8ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion admin/models/fields/geolocalization.php
Expand Up @@ -160,7 +160,9 @@ function closeBoxContent(elementContent)
}"
);

JFactory::getDocument()->addScript('http://maps.google.com/maps/api/js?key=' . $params->get('googlemap_api_key') . '&language=' . $lang . '&region=' . $region);
JFactory::getDocument()->addScript(
'http://maps.google.com/maps/api/js?key=' . $params->get('googlemap_api_key') . '&language=' . $lang . '&region=' . $region
);

return $ouptut;
}
Expand Down

0 comments on commit 1fdb8ef

Please sign in to comment.