summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 313ca0bfd..f98243023 100644
--- a/index.php
+++ b/index.php
@@ -116,7 +116,7 @@ $SESS_HIDDEN_FIELD = '';
// add framed parameter
if ($_framed)
{
- $COMM_PATH .= '&_framed=1';
+ $COMM_PATH .= '&_framed=1';
$SESS_HIDDEN_FIELD .= "\n".'<input type="hidden" name="_framed" value="1" />';
}