aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Admin.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-01 19:29:30 -0700
committerredmatrix <git@macgirvin.com>2016-05-01 19:29:30 -0700
commitf284558007583c7b882071fa995f994661bb97cc (patch)
treee027e3020ea0f6ca3620915cf6a0894d231a0982 /Zotlabs/Module/Admin.php
parent23bb4e8e1546a8f8b3319e39172cf2fd17cb4139 (diff)
downloadvolse-hubzilla-f284558007583c7b882071fa995f994661bb97cc.tar.gz
volse-hubzilla-f284558007583c7b882071fa995f994661bb97cc.tar.bz2
volse-hubzilla-f284558007583c7b882071fa995f994661bb97cc.zip
use only the std_version
Diffstat (limited to 'Zotlabs/Module/Admin.php')
-rw-r--r--Zotlabs/Module/Admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Admin.php b/Zotlabs/Module/Admin.php
index b22931b1a..5eaede6a6 100644
--- a/Zotlabs/Module/Admin.php
+++ b/Zotlabs/Module/Admin.php
@@ -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')
));
}