BUG 7388 Resolved session in dynaform edit

This commit is contained in:
Douglas Medrano Chura
2011-08-09 19:35:33 -04:00
parent ae6aee9fab
commit 9a03ed2b0e

View File

@@ -24,7 +24,16 @@
/*
* @Author Erik Amaru Ortiz <erik@colosa.com>
* @Date Aug 26th, 2009
*/
*/
if(!((isset( $_SESSION['USER_LOGGED'] ))&&(!(isset($_GET['sid']))))||!isset($_SESSION['Current_Dynafom'])) {
$oHeadPublisher =& headPublisher::getSingleton();
$oHeadPublisher->addScriptCode("
window.parent.location.href = '../processes/mainInit';
");
G::RenderPage('publish');
exit();
}
?>
<html>
<head>