Fixed typo

This commit is contained in:
Duncan Sommerville 2015-03-19 17:53:53 -04:00
parent 2ec2403cce
commit 59206bc73b
1 changed files with 2 additions and 2 deletions

View File

@ -35,8 +35,8 @@ class ProvisioningController extends Zend_Controller_Action
if ($_POST['station_name']) {
Application_Model_Preference::SetStationName($_POST['station_name']);
}
if ($_POST['station_name']) {
Application_Model_Preference::SetStationDescription($_POST['station_name']);
if ($_POST['description']) {
Application_Model_Preference::SetStationDescription($_POST['description']);
}
} catch (Exception $e) {
$this->getResponse()