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
|
@ -171,6 +171,10 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$num_of_stream = intval(Application_Model_Preference::GetNumOfStreams());
|
||||
$form = new Application_Form_StreamSetting();
|
||||
|
||||
$form->addElement('hash', 'csrf', array(
|
||||
'salt' => 'unique'
|
||||
));
|
||||
|
||||
$form->setSetting($setting);
|
||||
$form->startFrom();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue