Fixed typos

This commit is contained in:
Duncan Sommerville 2015-03-19 12:07:02 -04:00
parent 766f649f56
commit bd72252e9e
1 changed files with 2 additions and 2 deletions

View File

@ -219,10 +219,10 @@ class ProvisioningHelper
* Initialize preference values passed from the dashboard (if any exist) * Initialize preference values passed from the dashboard (if any exist)
*/ */
private function initializePrefs() { private function initializePrefs() {
if ($this->statio_name) { if ($this->station_name) {
Application_Model_Preference::SetStationName($this->station_name); Application_Model_Preference::SetStationName($this->station_name);
} }
if ($this->descption) { if ($this->description) {
Application_Model_Preference::SetStationDescription($this->description); Application_Model_Preference::SetStationDescription($this->description);
} }
} }