diff options
author | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
---|---|---|
committer | Michael Vogel <icarus@dabo.de> | 2012-05-29 16:09:26 +0200 |
commit | 68757f25042b02624bfb748c25029023b3082f62 (patch) | |
tree | 676489a112b4d972e1e5626a6dadfd604fc9ce7a /include/enotify.php | |
parent | a08232fa955385b2eaff5f9094b39071fb1632ae (diff) | |
parent | 2eafa9a47519f9f35c5eb568cf4235c092c1dcce (diff) | |
download | volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.gz volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.tar.bz2 volse-hubzilla-68757f25042b02624bfb748c25029023b3082f62.zip |
Merge remote branch 'upstream/master'
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 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); |