BUG 6932 Install new site is not working in mozilla 4.0

This issue was fixed
This commit is contained in:
Carlos Pacha
2011-06-14 16:39:31 -04:00
parent 5a573ad19c
commit 6ff792715f
2 changed files with 4 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ else
break;
}
$G_PUBLISH = new Publisher;
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/newSite', '', '', '/sys/en/green/install/newSite');
$G_PUBLISH->AddContent('xmlform', 'xmlform', 'login/newSite', '', '', 'newSite');
if( isset($_GET['type']) )
G::RenderPage( "publishBlank", "blank");
@@ -93,4 +93,4 @@ else
}
?>
?>