From 341320e07e429bb5bece9ba229b06111878d6091 Mon Sep 17 00:00:00 2001 From: Adam Magness Date: Tue, 30 Oct 2018 13:18:47 -0400 Subject: [PATCH] Bug fix missing semi-colon --- googlemaps/googlemaps.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googlemaps/googlemaps.php b/googlemaps/googlemaps.php index 7cccb650..f9aeefd8 100644 --- a/googlemaps/googlemaps.php +++ b/googlemaps/googlemaps.php @@ -8,7 +8,7 @@ */ use Friendica\Core\Addon; use Friendica\Core\Cache; -use Friendica\Core\Logger +use Friendica\Core\Logger; function googlemaps_install() {