Escaping a URI in common_debug call
This commit is contained in:
parent
ea6d8b8bde
commit
598b51eb7a
|
@ -367,7 +367,7 @@ class Ostatus_profile extends Managed_DataObject
|
||||||
if ($this->salmonuri) {
|
if ($this->salmonuri) {
|
||||||
return Salmon::post($this->salmonuri, $this->notifyPrepXml($entry), $actor, $this->localProfile());
|
return Salmon::post($this->salmonuri, $this->notifyPrepXml($entry), $actor, $this->localProfile());
|
||||||
}
|
}
|
||||||
common_debug(__CLASS__.' error: No salmonuri for Ostatus_profile uri: '.$this->uri);
|
common_debug(__CLASS__.' error: No salmonuri for Ostatus_profile uri: '._ve($this->getUri()));
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user