From 445fea48e5225fd67a9e59021f764aaa892d8d27 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 8 Aug 2016 10:43:27 -0400 Subject: [PATCH] Better comment. --- module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php b/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php index 8fa8e71c6ad..833c4f687c8 100644 --- a/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php +++ b/module/VuFind/src/VuFind/Recommend/ResultGoogleMapAjax.php @@ -51,7 +51,7 @@ class ResultGoogleMapAjax implements RecommendInterface protected $searchObject; /** - * GoogleMapAPI key from config.ini. + * Google Maps API key. * * @var string */ -- GitLab