@@ -37,4 +37,4 @@ |
||
37 | 37 | 'zh_HKS', 'zh_HKT', 'zh_SGS', 'zh_TW' |
38 | 38 | ) |
39 | 39 | ); |
40 | -$meta['fbAppId'] = array('string'); |
|
40 | +$meta['fbAppId'] = array('string'); |
@@ -152,7 +152,7 @@ |
||
152 | 152 | $alt = $geotags['alt'] ?? 0; |
153 | 153 | if (!empty($alt)) { |
154 | 154 | // facebook expects feet... |
155 | - $alt *= 3.2808; |
|
155 | + $alt *= 3.2808; |
|
156 | 156 | $event->data['meta'][] = ['property' => 'place:location:altitude', 'content' => $alt]; |
157 | 157 | } |
158 | 158 | /* these are not valid for the GeoPoint type.. |