mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Minor fix in reported forum posts (topic name instead of report contents)
This commit is contained in:
@@ -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 = "<div class='btn-group'>";
|
||||
$text .= "<a class='e-modal btn btn-default' data-modal-caption='Topic: ".$topic."' href='".e_SELF."?mode=post&action=list&id=". $topidId."' rel='external'>".ADMIN_VIEW_ICON."</a>";
|
||||
|
Reference in New Issue
Block a user