From d1eab7ee6f7b7d431abf5fa32afcb81fe50a6c56 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Sun, 3 Nov 2013 10:31:27 -0500 Subject: [PATCH] fixed post#deleted_index --- app/views/post/deleted_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/post/deleted_index.php b/app/views/post/deleted_index.php index 5e3ae94..93d1156 100755 --- a/app/views/post/deleted_index.php +++ b/app/views/post/deleted_index.php @@ -19,7 +19,7 @@ linkTo($post->id, ['action' => 'show', 'id' => $post->id]) ?> linkTo($this->h($post->author()), ['user#show', 'id' => $post->user_id]) ?> - h($post->tags()) ?> + h($post->cached_tags) ?> h($post->flag_detail->reason) ?> is_mod_or_higher()) : ?> linkTo($this->h($post->flag_detail->author()), ['user#show', 'id' => $post->flag_detail->user_id]) ?>