Merge branch 'saas-dev' into soundcloud
This commit is contained in:
commit
f031d13867
13 changed files with 119 additions and 56 deletions
|
@ -67,6 +67,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
Application_Model_Preference::setDefaultSoundCloudSharingType($values["SoundCloudSharing"]);
|
||||
|
||||
$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