]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Share plugin now handles showing form in NoticeOptionItems
[quix0rs-gnu-social.git] / actions / showstream.php
index eb6300fec21665947de705cc167cb5754d3d9470..8dd6c7deff0522f9410b8770bc1c6ce98061bb38 100644 (file)
@@ -225,10 +225,7 @@ class ShowstreamAction extends ProfileAction
 
     function showNotices()
     {
-        $pnl = null;
-        if (Event::handle('ShowStreamNoticeList', array($this->notice, $this, &$pnl))) {
-            $pnl = new ProfileNoticeList($this->notice, $this);
-        }
+        $pnl = new NoticeList($this->notice, $this);
         $cnt = $pnl->show();
         if (0 == $cnt) {
             $this->showEmptyListMessage();