From: Adam Magness Date: Tue, 30 Oct 2018 17:18:47 +0000 (-0400) Subject: Bug fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=341320e07e429bb5bece9ba229b06111878d6091;p=friendica-addons.git Bug fix missing semi-colon --- 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() {