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".
This commit is contained in:
Marco Antonio Nina
2012-06-14 18:15:13 -04:00
parent e8ac84c7fb
commit a6d40a00e1

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