]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add in the notice form
authorEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 07:25:45 +0000 (03:25 -0400)
committerEvan Prodromou <evan@prodromou.name>
Mon, 7 Jul 2008 07:25:45 +0000 (03:25 -0400)
darcs-hash:20080707072545-84dde-1f78764ef1c19f311fea9b8315e1081b4c2e6b0c.gz

actions/replies.php

index ce12b4d9f8ce2ebc198d4519edefa5d49f83a3b9..e4910340dd0ff1089e46e6b8f9e6b595f6fce1a0 100644 (file)
@@ -62,6 +62,12 @@ class RepliesAction extends StreamAction {
        }
 
        function show_top($user) {
+               $cur = common_current_user();
+               
+               if ($cur && $cur->id == $user->id) {
+                       common_notice_form('replies');
+               }
+               
                $this->views_menu();
        }