Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrammatiko committed Mar 27, 2018
1 parent 9fe9105 commit 95b15c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

if (!empty($editor))
{
$link = 'index.php?option=com_modules&view=modules&layout=modal&tmpl=component&' . $editor . '&' . JSession::getFormToken() . '=1';
$link = 'index.php?option=com_modules&view=modules&layout=modal&tmpl=component&' . $editor . '&' . JSession::getFormToken() . '=1';
}
?>
<div class="container-popup">
Expand Down

0 comments on commit 95b15c2

Please sign in to comment.