aboutsummaryrefslogtreecommitdiffstats
path: root/include/enotify.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-04-14 22:24:47 -0700
committerfriendica <info@friendica.com>2013-04-14 22:24:47 -0700
commitb84d8bfbc93be57bf84e03fa4b858edcd5616668 (patch)
tree378aebd74c0dbd173dfac1f6751672688a44b52a /include/enotify.php
parente411a4bdc27cd443abf613a0044effb4604223f0 (diff)
downloadvolse-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.php2
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');