diff options
Diffstat (limited to 'app/Module/GoogleMapsModule.php')
| -rw-r--r-- | app/Module/GoogleMapsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/GoogleMapsModule.php b/app/Module/GoogleMapsModule.php index 6fc0273fc8..32b975d70b 100644 --- a/app/Module/GoogleMapsModule.php +++ b/app/Module/GoogleMapsModule.php @@ -172,7 +172,7 @@ class GoogleMapsModule extends AbstractModule implements ModuleConfigInterface, $map_data = ''; } - return view('tabs/map', [ + return view('modules/googlemap/tab', [ 'google_map_css' => WT_MODULES_DIR . 'googlemap/css/wt_v3_googlemap.css', 'google_map_js' => $this->googleMapsScript(), 'individual' => $individual, |
