]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
compile error with lost dot
[quix0rs-gnu-social.git] / actions / showstream.php
index f339e08987a78484c6be3303c67943539be909d3..7ccdc894ff82c12e2ce9f09316e83971a89fa989 100644 (file)
@@ -68,7 +68,7 @@ class ShowstreamAction extends StreamAction {
                $cur = common_current_user();
                
                if ($cur && $cur->id == $user->id) {
-                       common_notice_form();
+                       common_notice_form('showstream');
                }
                
                $this->views_menu();
@@ -204,7 +204,8 @@ class ShowstreamAction extends StreamAction {
 
                $subs = DB_DataObject::factory('subscription');
                $subs->subscriber = $profile->id;
-
+               $subs->orderBy('created DESC');
+               
                # We ask for an extra one to know if we need to do another page
 
                $subs->limit(0, SUBSCRIPTIONS + 1);