Harmonize version reporting in ui and api
Everything should use the version from the VERSION file created by the installer like this.
This commit is contained in:
parent
e3785e25f9
commit
bd18caf69d
8 changed files with 23 additions and 31 deletions
|
@ -109,8 +109,9 @@ class DashboardController extends Zend_Controller_Action
|
|||
|
||||
public function aboutAction()
|
||||
{
|
||||
$config = Config::getConfig();
|
||||
Zend_Layout::getMvcInstance()->assign('parent_page', 'Help');
|
||||
$this->view->airtime_version = Application_Model_Preference::GetAirtimeVersion();
|
||||
$this->view->airtime_version = $config['airtime_version'];
|
||||
}
|
||||
|
||||
public function tableTestAction()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue