From ae1f89b88bf08860b0555ec8b646938549552a45 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Sun, 27 Oct 2019 21:01:20 +0100 Subject: [PATCH] Minor fix in reported forum posts (topic name instead of report contents) --- e107_plugins/forum/forum_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/forum_admin.php b/e107_plugins/forum/forum_admin.php index ebaea2c5d..300df4b51 100644 --- a/e107_plugins/forum/forum_admin.php +++ b/e107_plugins/forum/forum_admin.php @@ -1105,7 +1105,7 @@ if(!deftrue('OLD_FORUMADMIN')) if($attributes['mode'] == 'read') { - $topic = $this->getController()->getListModel()->get('gen_chardata'); + $topic = $this->getController()->getListModel()->get('gen_ip'); $topidId = $this->getController()->getListModel()->get('gen_intdata'); $text = "
"; $text .= "".ADMIN_VIEW_ICON."";