fixed: site starter fails after site style page

This commit is contained in:
Graham Knop 2008-10-28 18:15:43 +00:00
parent 4dbd7bac1a
commit 5cdcf892bf
2 changed files with 2 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.6.2
- fixed: site starter fails after site style page
- fixed #8829: moveUp.gif, moveDown.gif missing from uploads
- fixed #8980: possible to execute arbitrary perl code as any user that can upload files
- added extras to user profile fields. these can be accessed using the

View file

@ -300,7 +300,7 @@ a:visited { color: '.$form->get("visitedLinkColor").'; }
$f->yesNo(name=>"aboutUs",label=>$i18n->get("About Us"));
$f->HTMLArea(name=>"aboutUsContent", richEditId=>"PBrichedit000000000002",
value=>$i18n->get("Put your about us content here."));
if (isIn("WebGUI::Asset::Wobject::Collaboration", @{$session->config->get("assets")})) {
if (exists $session->config->get('assets')->{"WebGUI::Asset::Wobject::Collaboration"}) {
$f->yesNo(name=>"news",label=>$i18n->get(357));
$f->yesNo(name=>"forums",label=>$i18n->get("Forums"));
$f->textarea(name=>"forumNames",subtext=>$i18n->get("One forum name per line"),