still getting parent relays on remote systems

This commit is contained in:
friendica 2012-03-07 18:23:55 -08:00
parent 6525507a2f
commit 395a9530dc
3 changed files with 4 additions and 3 deletions

View file

@ -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,':'));