diff options
author | friendica <info@friendica.com> | 2012-03-07 18:23:55 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-03-07 18:23:55 -0800 |
commit | 395a9530dcbca95b2f2c7dde9df21ee1981fa19f (patch) | |
tree | 916466abe6ad95f256bfc102a519513d50984fcc /include/notifier.php | |
parent | 6525507a2f6a6b8f81e85a597cfa99f9f8c90279 (diff) | |
download | volse-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-x | include/notifier.php | 2 |
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,':')); |