aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/Poche.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/poche/Poche.class.php')
-rwxr-xr-xinc/poche/Poche.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php
index 87c00b78..4100f156 100755
--- a/inc/poche/Poche.class.php
+++ b/inc/poche/Poche.class.php
@@ -366,7 +366,7 @@ class Poche
366 // Saving and clearing context 366 // Saving and clearing context
367 $REAL = array(); 367 $REAL = array();
368 foreach( $GLOBALS as $key => $value ) { 368 foreach( $GLOBALS as $key => $value ) {
369 if( $key != "GLOBALS" && $key != "_SESSION" ) { 369 if( $key != 'GLOBALS' && $key != '_SESSION' && $key != 'HTTP_SESSION_VARS' ) {
370 $GLOBALS[$key] = array(); 370 $GLOBALS[$key] = array();
371 $REAL[$key] = $value; 371 $REAL[$key] = $value;
372 } 372 }