💡 type hint must be direcetly in front of hinted variable
This commit is contained in:
parent
5bcaab5235
commit
eab9fb6fa7
1 changed files with 1 additions and 1 deletions
|
@ -344,8 +344,8 @@ include('tpl/favicon_tiles.php');
|
|||
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/* open street maps if geo data is available */
|
||||
/** @var helper_plugin_spatialhelper_index $spatial */
|
||||
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
|
||||
/** @var \helper_plugin_spatialhelper_index $spatial */
|
||||
$spatial = plugin_load('helper', 'spatialhelper_index');
|
||||
if ($spatial && plugin_load('helper', 'geophp')) {
|
||||
global $IMG;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue