aboutsummaryrefslogtreecommitdiffstats
path: root/include/notifier.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-07 18:23:55 -0800
committerfriendica <info@friendica.com>2012-03-07 18:23:55 -0800
commit395a9530dcbca95b2f2c7dde9df21ee1981fa19f (patch)
tree916466abe6ad95f256bfc102a519513d50984fcc /include/notifier.php
parent6525507a2f6a6b8f81e85a597cfa99f9f8c90279 (diff)
downloadvolse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.tar.gz
volse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.tar.bz2
volse-hubzilla-395a9530dcbca95b2f2c7dde9df21ee1981fa19f.zip
still getting parent relays on remote systems
Diffstat (limited to 'include/notifier.php')
-rwxr-xr-xinclude/notifier.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/notifier.php b/include/notifier.php
index 4765cca06..5b23406fc 100755
--- a/include/notifier.php
+++ b/include/notifier.php
@@ -201,7 +201,7 @@ function notifier_run($argv, $argc){
// by stringing togther an array of retractions and sending them onward.
- $localhost = $a->get_hostname();
+ $localhost = str_replace('www.','',$a->get_hostname());
if(strpos($localhost,':'))
$localhost = substr($localhost,0,strpos($localhost,':'));