correctly return the HTML representation of a new blog entry
This commit is contained in:
parent
e5126ebb77
commit
06ac0f9e9e
@ -128,7 +128,8 @@ class NewblogentryAction extends Action
|
||||
$this->element('title', null, _m('Blog entry saved'));
|
||||
$this->elementEnd('head');
|
||||
$this->elementStart('body');
|
||||
$this->showNotice($saved);
|
||||
$nli = new NoticeListItem($saved, $this);
|
||||
$nli->show();
|
||||
$this->elementEnd('body');
|
||||
$this->elementEnd('html');
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user