CC-3032: Airtime -> Help -> About. shows variable name instead of value

- fixed
This commit is contained in:
james 2011-11-16 16:46:54 -05:00
parent 5711d25bad
commit 1f9b2559ab
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@ class DashboardController extends Zend_Controller_Action
public function aboutAction()
{
// action body
$this->view->airtime_version = Application_Model_Preference::GetAirtimeVersion();
}
}