X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fshownotice.php;h=5d16fdad9ed84a4706d759c04f9d681ab37ac760;hb=7576c67aa6dc64218044a0d8ffb9ecb409330a6d;hp=41408c23ccb4a396d92d814366824a5871475ae5;hpb=d635a0685df324d75e66d1f28dae4223c77a0875;p=quix0rs-gnu-social.git diff --git a/actions/shownotice.php b/actions/shownotice.php index 41408c23cc..5d16fdad9e 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -172,9 +172,9 @@ class ShownoticeAction extends OwnerDesignAction function title() { if (!empty($this->profile->fullname)) { - $base = $this->profile->fullname . ' (' . $this->user->nickname . ') '; + $base = $this->profile->fullname . ' (' . $this->profile->nickname . ') '; } else { - $base = $this->user->nickname; + $base = $this->profile->nickname; } return sprintf(_('%1$s\'s status on %2$s'),