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:
@@ -41,4 +41,3 @@ $oHeadPublisher =& headPublisher::getSingleton();
|
|||||||
$oHeadPublisher->addExtJsScript('authSources/authSourceskindof', true); //adding a javascript file .js
|
$oHeadPublisher->addExtJsScript('authSources/authSourceskindof', true); //adding a javascript file .js
|
||||||
$oHeadPublisher->assign('sprovider', $_GET['sprovider']);
|
$oHeadPublisher->assign('sprovider', $_GET['sprovider']);
|
||||||
G::RenderPage('publish', 'extJs');
|
G::RenderPage('publish', 'extJs');
|
||||||
G::RenderPage('publish','blank');
|
|
||||||
|
|||||||
Reference in New Issue
Block a user