aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.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 /include/api.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 'include/api.php')
-rw-r--r--include/api.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php
index e64c86695..3b2c71923 100644
--- a/include/api.php
+++ b/include/api.php
@@ -2108,7 +2108,7 @@ require_once('include/api_auth.php');
'shorturllength' => '30',
'hubzilla' => array(
'PLATFORM_NAME' => Zotlabs\Project\System::get_platform_name(),
- 'RED_VERSION' => Zotlabs\Project\System::get_project_version(),
+ 'STD_VERSION' => Zotlabs\Project\System::get_project_version(),
'ZOT_REVISION' => ZOT_REVISION,
'DB_UPDATE_VERSION' => Zotlabs\Project\System::get_update_version()
)