From: Evan Prodromou Date: Sat, 24 Jan 2009 17:28:47 +0000 (+0100) Subject: fix title on replies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4c9f3297f26d638539caede727e35aa5b54174a1;p=quix0rs-gnu-social.git fix title on replies --- diff --git a/actions/replies.php b/actions/replies.php index 5777d17fd3..9ec373a96b 100644 --- a/actions/replies.php +++ b/actions/replies.php @@ -116,7 +116,7 @@ class RepliesAction extends Action return sprintf(_("Replies to %s"), $this->user->nickname); } else { return sprintf(_("Replies to %s, page %d"), - $profile->nickname, + $this->user->nickname, $this->page); } }