diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 16:01:00 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-05-13 16:01:00 -0700 |
commit | d6f98e651170827453a27fec367f0f8059f3a002 (patch) | |
tree | 5c982bbde9812fe747648a5890c4be3a3c70a487 /include/identity.php | |
parent | c3c202d650506ea3ed3ba9bdb92aae0b065d5e47 (diff) | |
download | volse-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/identity.php')
-rw-r--r-- | include/identity.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/identity.php b/include/identity.php index 7884c04d2..dec3f6e98 100644 --- a/include/identity.php +++ b/include/identity.php @@ -481,7 +481,7 @@ function identity_basic_export($channel_id, $items = false) { $ret = array(); - $ret['compatibility'] = array('project' => RED_PLATFORM, 'version' => RED_VERSION, 'database' => DB_UPDATE_VERSION); + $ret['compatibility'] = array('project' => PLATFORM_NAME, 'version' => RED_VERSION, 'database' => DB_UPDATE_VERSION); $r = q("select * from channel where channel_id = %d limit 1", intval($channel_id) |