Merged in marcoAntonioNina/processmaker/PM-4258 (pull request #3280)

PM-4258 Se desloguea al ejecutar un caso cuando... SOLVED
This commit is contained in:
Julio Cesar Laura Avendaño
2015-12-01 17:22:04 -04:00

View File

@@ -1,10 +1,13 @@
<script>
if (typeof window.parent != 'undefined') {
<?php
$enablePMGmail = false;
require_once (PATH_HOME . "engine" . PATH_SEP . "classes" . PATH_SEP . "class.pmDrive.php");
$pmDrive = new PMDrive();
$enablePMGmail = $pmDrive->getStatusService();
$enablePMGmail = false;
$licensedFeatures = &PMLicensedFeatures::getSingleton();
if ($licensedFeatures->verifyfeature('7qhYmF1eDJWcEdwcUZpT0k4S0xTRStvdz09')) {
G::LoadClass( "pmDrive" );
$pmDrive = new PMDrive();
$enablePMGmail = $pmDrive->getStatusService();
}
if (isset( $_GET['ux'] )) {
switch ($_GET['ux']) {
case 'SIMPLIFIED':