CC-2425:Tweak phone home stat
- fixed as requested. Just need to add the link
This commit is contained in:
parent
e84f80a7f9
commit
b83420874c
4 changed files with 6 additions and 4 deletions
|
@ -106,7 +106,7 @@ class Application_Form_SupportPreferences extends Zend_Form_SubForm
|
|||
|
||||
// checkbox for publicise
|
||||
$checkboxPublicise = new Zend_Form_Element_Checkbox("Publicise");
|
||||
$checkboxPublicise->setLabel('Publicise my station on Sourcefabric.org')
|
||||
$checkboxPublicise->setLabel('Promote my station on Sourcefabric.org')
|
||||
->setRequired(false)
|
||||
->setDecorators(array('ViewHelper'))
|
||||
->setValue(Application_Model_Preference::GetPublicise());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue