mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix individual reported forum posts delete button
This commit is contained in:
@@ -1110,7 +1110,7 @@ if(!deftrue('OLD_FORUMADMIN'))
|
|||||||
$text = "<div class='btn-group'>";
|
$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 .= "<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>";
|
$text .= "</div>";
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user