get right output context for BlogEntryListItem
This commit is contained in:
		| @@ -49,10 +49,11 @@ class BlogEntryListItem extends NoticeListItemAdapter | ||||
| { | ||||
|     function showNotice() | ||||
|     { | ||||
|         $this->out->elementStart('div', 'entry-title'); | ||||
|         $out = $this->nli->out; | ||||
|         $out->elementStart('div', 'entry-title'); | ||||
|         $this->showAuthor(); | ||||
|         $this->showContent(); | ||||
|         $this->out->elementEnd('div'); | ||||
|         $out->elementEnd('div'); | ||||
|     } | ||||
|  | ||||
|     function showContent() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user