aboutsummaryrefslogtreecommitdiffstats
path: root/include/api.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-13 16:01:00 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-13 16:01:00 -0700
commitd6f98e651170827453a27fec367f0f8059f3a002 (patch)
tree5c982bbde9812fe747648a5890c4be3a3c70a487 /include/api.php
parentc3c202d650506ea3ed3ba9bdb92aae0b065d5e47 (diff)
downloadvolse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.tar.gz
volse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.tar.bz2
volse-hubzilla-d6f98e651170827453a27fec367f0f8059f3a002.zip
product was a bad string to use because we may require it for e-commerce, and RED_PLATFORM is equally problematic for other reasons.
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 b9c4c45a4..12247c183 100644
--- a/include/api.php
+++ b/include/api.php
@@ -1937,7 +1937,7 @@ require_once('include/items.php');
'private' => $private, 'textlimit' => $textlimit, 'sslserver' => $sslserver, 'ssl' => $ssl,
'shorturllength' => '30',
'redmatrix' => array(
- 'RED_PLATFORM' => RED_PLATFORM,
+ 'PLATFORM_NAME' => PLATFORM_NAME,
'RED_VERSION' => RED_VERSION,
'ZOT_REVISION' => ZOT_REVISION,
'DB_UPDATE_VERSION' => DB_UPDATE_VERSION