From a6d40a00e1d5b7c817b655bfb71268e6fb611675 Mon Sep 17 00:00:00 2001 From: Marco Antonio Nina Date: Thu, 14 Jun 2012 18:15:13 -0400 Subject: [PATCH] BUG 0000 Double call to renderPage function fixed in authSources... SOLVED - Was found a double call to renderPage in file authSources_kindof.php. - Was removed a call to renderPage "blank". --- workflow/engine/methods/authSources/authSources_kindof.php | 1 - 1 file changed, 1 deletion(-) diff --git a/workflow/engine/methods/authSources/authSources_kindof.php b/workflow/engine/methods/authSources/authSources_kindof.php index 4a8c02b4c..9243b074c 100755 --- a/workflow/engine/methods/authSources/authSources_kindof.php +++ b/workflow/engine/methods/authSources/authSources_kindof.php @@ -41,4 +41,3 @@ $oHeadPublisher =& headPublisher::getSingleton(); $oHeadPublisher->addExtJsScript('authSources/authSourceskindof', true); //adding a javascript file .js $oHeadPublisher->assign('sprovider', $_GET['sprovider']); G::RenderPage('publish', 'extJs'); -G::RenderPage('publish','blank');