BUG 7388 Resolved session in dynaform edit
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user