From 0c69f01561d9a50cecc5ebcddb76d1e6e7e0df0f Mon Sep 17 00:00:00 2001 From: Hugo Loza Date: Tue, 11 Jan 2011 22:23:06 +0000 Subject: [PATCH] Allow public files from process from force same WS --- workflow/public_html/sysGeneric.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index 9a7bb3460..313265bbe 100644 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -459,7 +459,7 @@ $startingTime = array_sum(explode(' ',microtime())); G::streamFile ( $phpFile ); die; } - //$avoidChangedWorkspaceValidation=true; + $avoidChangedWorkspaceValidation=true; $bWE = true; //$phpFile = PATH_DATA_SITE . 'public' . PATH_SEP . SYS_COLLECTION . PATH_SEP . $auxPart[ count($auxPart)-1]; }