Merged in qronald/processmaker/HOR-558 (pull request #3968)

HOR-558
This commit is contained in:
Julio Cesar Laura Avendaño
2016-03-30 10:43:08 -04:00

View File

@@ -215,7 +215,7 @@ if(preg_match("/^.*\(.*MSIE (\d+)\..+\).*$/", $_SERVER["HTTP_USER_AGENT"], $arra
$ieVersion = intval($arrayMatch[1]); $ieVersion = intval($arrayMatch[1]);
} }
if (isset( $_GET['breakpoint'] ) && $ieVersion != 11) { if (isset($_GET['breakpoint'])) {
$G_PUBLISH->AddContent( 'view', 'cases/showDebugFrameLoader' ); $G_PUBLISH->AddContent( 'view', 'cases/showDebugFrameLoader' );
$G_PUBLISH->AddContent( 'view', 'cases/showDebugFrameBreaker' ); $G_PUBLISH->AddContent( 'view', 'cases/showDebugFrameBreaker' );