feed update: introduce reference point

This commit is contained in:
2021-07-06 22:48:18 +02:00
parent af3e44e476
commit 95531b4691
3 changed files with 28 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ if($sAction!='')
$sResult = $oSpot->getMarkers();
break;
case 'feed':
$sResult = $oSpot->getNewsFeed($iChunk);
$sResult = $oSpot->getNewsFeed($iChunk, $iId);
break;
case 'add_post':
$sResult = $oSpot->addPost($sName, $sContent);