diff --git a/classes/actions/ActionAjax.class.php b/classes/actions/ActionAjax.class.php index 6ee336e..c82b641 100644 --- a/classes/actions/ActionAjax.class.php +++ b/classes/actions/ActionAjax.class.php @@ -43,7 +43,7 @@ protected function EventGostreamMy() if ($aEvents = $this->Stream_Read($iLimit)) { $oViewerLocal = $this->Viewer_GetLocalViewer(); $oViewerLocal->Assign('aStreamEvents', $aEvents); - $sHtml = $oViewerLocal->Fetch(Plugin::GetTemplatePath(__CLASS__) . 'blocks/block.goStream_all.tpl'); + $sHtml = $oViewerLocal->Fetch(Plugin::GetTemplatePath(__CLASS__) . 'blocks/block.goStream_my.tpl'); $this->Viewer_AssignAjax('sText', $sHtml); } else { $this->Message_AddErrorSingle($this->Lang_Get('plugin.gostream.no_events'), $this->Lang_Get('attention'));