From b7aeda4d45f52f7e226c5682ea251894f6135095 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 14 Nov 2015 15:41:40 +0300 Subject: [PATCH] FIX --- ground/views/user/notification.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ground/views/user/notification.php b/ground/views/user/notification.php index 058542d..8e1fe1a 100644 --- a/ground/views/user/notification.php +++ b/ground/views/user/notification.php @@ -19,8 +19,7 @@ switch ($notification->type) { break; case Notifications::typeReply: $comment = $notification->RefComment; - $article = Article::model()->getByPK($comment->parentId); - print strftime('%d %b %H:%M', $notification->date).' — '.$comment->RefUser->nick.' ответил на ваш комментарий к статье "'.$article->title.'".'; + print strftime('%d %b %H:%M', $notification->date).' — '.$comment->RefUser->nick.' ответил(-а) на ваш комментарий.'; break; default: break;