]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
had wrong number of arguments to NoticeList in notice inbox
authorEvan Prodromou <evan@status.net>
Thu, 10 Dec 2009 19:36:14 +0000 (14:36 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 10 Dec 2009 19:36:14 +0000 (14:36 -0500)
actions/all.php

index 08fbacaef19bee14ca851999c1922208ba521726..452803d8aee1516ad9eae009482c6834a4989032 100644 (file)
@@ -144,7 +144,7 @@ class AllAction extends ProfileAction
 
     function showContent()
     {
-        $nl = new NoticeList($this->notice, $this->user, $this);
+        $nl = new NoticeList($this->notice, $this);
 
         $cnt = $nl->show();