]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/Blog/newblogentry.php
More info for a proper, fancy-url lighttpd setup
[quix0rs-gnu-social.git] / plugins / Blog / newblogentry.php
index c33c69d109ecec3b80ddb9dd1f9ff50c62963d44..d6421abea28f281675e00f62a2bb3020e3c82676 100644 (file)
@@ -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 {