mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
Fix #1732 inconsistent 'target' attribute in popup menus
This commit is contained in:
parent
865e83a46a
commit
856f2af743
5 changed files with 22 additions and 19 deletions
|
|
@ -1720,7 +1720,7 @@ class commentController extends comment
|
|||
* @param strgin $target
|
||||
* @return void
|
||||
*/
|
||||
function addCommentPopupMenu($url, $str, $icon = '', $target = 'self')
|
||||
function addCommentPopupMenu($url, $str, $icon = '', $target = '_blank')
|
||||
{
|
||||
$comment_popup_menu_list = Context::get('comment_popup_menu_list');
|
||||
if(!is_array($comment_popup_menu_list))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue