diff options
Diffstat (limited to 'server/democratic.ajax.php')
-rw-r--r-- | server/democratic.ajax.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/democratic.ajax.php b/server/democratic.ajax.php index 123bd3c5..e7bd745b 100644 --- a/server/democratic.ajax.php +++ b/server/democratic.ajax.php @@ -68,7 +68,7 @@ switch ($_REQUEST['action']) { exit; } - $_SESSION['iframe']['target'] = Config::get('web_path') . '/stream.php?action=democratic'; + $_SESSION['iframe']['target'] = Config::get('web_path') . '/stream.php?action=democratic&democratic_id=' . scrub_out($_REQUEST['democratic_id']); $results['rfc3514'] = '<script type="text/javascript">reload_util("'.$_SESSION['iframe']['target'].'")</script>'; break; default: |