aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-05-26 19:39:34 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-05-26 19:39:34 -0400
commit24f5e6b3f3f1f29cce8923c38fbdfb24fa5ed5a5 (patch)
treee65d7d352b5d0557a52d161d491ddee26154b040 /include
parent040d1467f356eb7a5d940b9cd779eb735b401794 (diff)
parent5a7363b248e51b93c401a84d1b99f33632c44711 (diff)
downloadvolse-hubzilla-24f5e6b3f3f1f29cce8923c38fbdfb24fa5ed5a5.tar.gz
volse-hubzilla-24f5e6b3f3f1f29cce8923c38fbdfb24fa5ed5a5.tar.bz2
volse-hubzilla-24f5e6b3f3f1f29cce8923c38fbdfb24fa5ed5a5.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: more ssl policy stuff allow force ssl on notifications * master:
Diffstat (limited to 'include')
-rw-r--r--include/enotify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/enotify.php b/include/enotify.php
index ca134ac86..f7ef74fac 100644
--- a/include/enotify.php
+++ b/include/enotify.php
@@ -13,7 +13,7 @@ function notification($params) {
$banner = t('Friendica Notification');
$product = FRIENDICA_PLATFORM;
- $siteurl = z_path();
+ $siteurl = $a->get_baseurl(true);
$thanks = t('Thank You,');
$sitename = get_config('config','sitename');
$site_admin = sprintf( t('%s Administrator'), $sitename);