1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

Fix individual reported forum posts delete button

This commit is contained in:
Tijn Kuyper
2019-10-29 14:50:40 +01:00
parent c394560fe3
commit 0afc014a13

View File

@@ -1110,7 +1110,7 @@ if(!deftrue('OLD_FORUMADMIN'))
$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>";
$text .= $this->renderValue('options',$value,array('readParms'=>'edit=0'));
$text .= $this->renderValue('options',$value,array('readParms'=>'edit=0'), $id);
$text .= "</div>";
return $text;
}