summaryrefslogtreecommitdiff
path: root/actions/all.php
diff options
context:
space:
mode:
Diffstat (limited to 'actions/all.php')
-rw-r--r--actions/all.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/actions/all.php b/actions/all.php
index 83401d422..06d88477d 100644
--- a/actions/all.php
+++ b/actions/all.php
@@ -47,6 +47,12 @@ class AllAction extends StreamAction {
common_show_header($profile->nickname . _t(" and friends"),
array($this, 'show_header'), $user);
+ $cur = common_current_user();
+
+ if ($cur && $cur->id == $profile->id) {
+ common_notice_form();
+ }
+
$this->views_menu();
$this->show_notices($profile);