Resolved merge conflicts for merging cc-5709-airtime-analyzer into saas.
This commit is contained in:
commit
9fb35c448e
24 changed files with 165 additions and 106 deletions
|
@ -13,6 +13,14 @@ class Application_Form_Preferences extends Zend_Form
|
|||
));
|
||||
|
||||
$general_pref = new Application_Form_GeneralPreferences();
|
||||
|
||||
$this->addElement('hash', 'csrf', array(
|
||||
'salt' => 'unique',
|
||||
'decorators' => array(
|
||||
'ViewHelper'
|
||||
)
|
||||
));
|
||||
|
||||
$this->addSubForm($general_pref, 'preferences_general');
|
||||
|
||||
$soundcloud_pref = new Application_Form_SoundcloudPreferences();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue