Merge pull request #73 from marcoAntonioNina/BUG-0000

BUG 0000 Double call to renderPage function fixed in authSources... SOLVED
This commit is contained in:
julceslauhub
2012-06-14 15:51:48 -07:00

View File

@@ -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');