summaryrefslogtreecommitdiff
path: root/includes/refresh_functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/refresh_functions.php')
-rwxr-xr-xincludes/refresh_functions.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/refresh_functions.php b/includes/refresh_functions.php
index 5cfa144..cb5f0bd 100755
--- a/includes/refresh_functions.php
+++ b/includes/refresh_functions.php
@@ -69,6 +69,7 @@ function random_refresh_index($pContentType = "") {
function refresh_index( $pContentObject = null ) {
global $gBitSystem;
if (is_object($pContentObject)) {
+ session_write_close();
if ( (!isset($pContentObject->mInfo["index_data"])) and method_exists($pContentObject, 'setIndexData')) {
$pContentObject->setIndexData() ;
}