diff options
author | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-04-14 22:24:47 -0700 |
commit | b84d8bfbc93be57bf84e03fa4b858edcd5616668 (patch) | |
tree | 378aebd74c0dbd173dfac1f6751672688a44b52a /include/enotify.php | |
parent | e411a4bdc27cd443abf613a0044effb4604223f0 (diff) | |
download | volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.gz volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.tar.bz2 volse-hubzilla-b84d8bfbc93be57bf84e03fa4b858edcd5616668.zip |
begin to cut the umbilical
Diffstat (limited to 'include/enotify.php')
-rw-r--r-- | include/enotify.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php index c24c15188..f789d9bf1 100644 --- a/include/enotify.php +++ b/include/enotify.php @@ -34,7 +34,7 @@ function notification($params) { push_lang($recip['account_language']); // should probably have a channel language $banner = t('Red Notification'); - $product = FRIENDICA_PLATFORM; + $product = RED_PLATFORM; $siteurl = $a->get_baseurl(true); $thanks = t('Thank You,'); $sitename = get_config('system','sitename'); |