Skip to content

Commit

Permalink
Bugfix: No plugin text inserted in editor if filter in modal applied …
Browse files Browse the repository at this point in the history
…before
  • Loading branch information
Jefferson49 committed Mar 24, 2024
1 parent 0227097 commit a50c386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion com_sexypolling/admin/views/sexypolls/tmpl/modal.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
});
</script>

<form action="<?php echo Route::_('index.php?option=com_sexypolling&amp;view=sexypolls&amp;layout=modal&amp;tmpl=component&amp;' . Session::getFormToken() . '=1'); ?>" method="post" name="adminForm" id="adminForm">
<form action="<?php echo Route::_('index.php?option=com_sexypolling&amp;view=sexypolls&amp;layout=modal&amp;tmpl=component&amp;editor=' . $editor . '&amp;' . Session::getFormToken() . '=1'); ?>" method="post" name="adminForm" id="adminForm">
<?php if(!empty( $this->sidebar)): ?>
<div id="j-sidebar-container" class="span2">
<?php echo $this->sidebar; ?>
Expand Down

0 comments on commit a50c386

Please sign in to comment.