Tokens for Stream Settings page.

This commit is contained in:
Robert Elder 2014-10-01 20:55:07 +00:00
parent 29b05343bd
commit 5c69eda010
2 changed files with 5 additions and 0 deletions

View file

@ -201,6 +201,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();