Fix Geo File Path

This commit is contained in:
2020-02-02 20:08:25 +01:00
parent f170855ab8
commit 05a2b1d581
2 changed files with 3 additions and 5 deletions

View File

@@ -186,6 +186,8 @@ class Spot extends Main
private function getSpotMessages()
{
$asMessages = array();
//Get messages from all feeds belonging to the project
$asFeeds = $this->oProject->getFeedIds();
foreach($asFeeds as $iFeedId) {