SAAS-823: Tunein preference check box issue
This commit is contained in:
parent
182b12e0e3
commit
018bb3a648
1 changed files with 1 additions and 0 deletions
|
@ -72,6 +72,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
Application_Model_Preference::SetSoundCloudLicense($values["SoundCloudLicense"]);*/
|
||||
|
||||
$this->view->statusMsg = "<div class='success'>". _("Preferences updated.")."</div>";
|
||||
$form = new Application_Form_Preferences();
|
||||
$this->view->form = $form;
|
||||
//$this->_helper->json->sendJson(array("valid"=>"true", "html"=>$this->view->render('preference/index.phtml')));
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue