summaryrefslogtreecommitdiff
path: root/actions/replies.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/replies.php')
-rw-r--r--actions/replies.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/replies.php b/actions/replies.php
index ce12b4d9f..e4910340d 100644
--- a/actions/replies.php
+++ b/actions/replies.php
@@ -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();
}