fixed: site starter fails after site style page
This commit is contained in:
parent
4dbd7bac1a
commit
5cdcf892bf
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
7.6.2
|
7.6.2
|
||||||
|
- fixed: site starter fails after site style page
|
||||||
- fixed #8829: moveUp.gif, moveDown.gif missing from uploads
|
- fixed #8829: moveUp.gif, moveDown.gif missing from uploads
|
||||||
- fixed #8980: possible to execute arbitrary perl code as any user that can upload files
|
- 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
|
- added extras to user profile fields. these can be accessed using the
|
||||||
|
|
|
||||||
|
|
@ -300,7 +300,7 @@ a:visited { color: '.$form->get("visitedLinkColor").'; }
|
||||||
$f->yesNo(name=>"aboutUs",label=>$i18n->get("About Us"));
|
$f->yesNo(name=>"aboutUs",label=>$i18n->get("About Us"));
|
||||||
$f->HTMLArea(name=>"aboutUsContent", richEditId=>"PBrichedit000000000002",
|
$f->HTMLArea(name=>"aboutUsContent", richEditId=>"PBrichedit000000000002",
|
||||||
value=>$i18n->get("Put your about us content here."));
|
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=>"news",label=>$i18n->get(357));
|
||||||
$f->yesNo(name=>"forums",label=>$i18n->get("Forums"));
|
$f->yesNo(name=>"forums",label=>$i18n->get("Forums"));
|
||||||
$f->textarea(name=>"forumNames",subtext=>$i18n->get("One forum name per line"),
|
$f->textarea(name=>"forumNames",subtext=>$i18n->get("One forum name per line"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue