Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Xmk committed Jul 24, 2016
1 parent d284741 commit fb0fcf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/actions/ActionAjax.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit fb0fcf8

Please sign in to comment.