diff options
author | Brion Vibber <brion@pobox.com> | 2010-11-03 16:09:49 -0700 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-11-03 16:09:49 -0700 |
commit | b716d01a41c54c06676a1e54a48c36e05755a247 (patch) | |
tree | 822280a837809452c94905b2beb1d91a760752c7 /actions/shownotice.php | |
parent | 0229c22d2358933758fea98284349a871106b3bd (diff) | |
parent | 28e009898f6ce6dd72471a5ae4abbc91e6b00193 (diff) |
Merge branch '0.9.x' into 1.0.x
Diffstat (limited to 'actions/shownotice.php')
-rw-r--r-- | actions/shownotice.php | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/actions/shownotice.php b/actions/shownotice.php index 5b3ec93de..653461731 100644 --- a/actions/shownotice.php +++ b/actions/shownotice.php @@ -167,11 +167,7 @@ class ShownoticeAction extends OwnerDesignAction function title() { - if (!empty($this->profile->fullname)) { - $base = $this->profile->fullname . ' (' . $this->profile->nickname . ')'; - } else { - $base = $this->profile->nickname; - } + $base = $this->profile->getFancyName(); return sprintf(_('%1$s\'s status on %2$s'), $base, |