Skip to content

Commit 6906135

Browse files
committed
Added identifying information to location card.
1 parent 73eb630 commit 6906135

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notify.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@
9898
$location = $mirror_service->locations->get($location_id);
9999
// Insert a new timeline card, with a copy of that photo attached
100100
$loc_timeline_item = new Google_TimelineItem();
101-
$loc_timeline_item->setText("You are at " . $location->getLatitude() . " by " .
102-
$location->getLongitude());
101+
$loc_timeline_item->setText("PHP Quick Start says you are now at " .
102+
$location->getLatitude() . " by " . $location->getLongitude());
103103

104104
insert_timeline_item($mirror_service, $loc_timeline_item, null, null);
105105
break;

0 commit comments

Comments
 (0)