use only the std_version

This commit is contained in:
redmatrix
2016-05-01 19:29:30 -07:00
parent 23bb4e8e15
commit f284558007
7 changed files with 13 additions and 20 deletions

View File

@@ -221,7 +221,7 @@ class Admin extends \Zotlabs\Web\Controller {
'$pending' => array( t('Pending registrations'), $pending),
'$channels' => array( t('Registered channels'), $channels),
'$plugins' => array( t('Active plugins'), $plugins ),
'$version' => array( t('Version'), RED_VERSION),
'$version' => array( t('Version'), STD_VERSION),
'$build' => get_config('system', 'db_version')
));
}