Return the correct URI in Deleted_notice
This commit is contained in:
parent
7c68537b06
commit
db726ca294
@ -134,12 +134,12 @@ class Deleted_notice extends Managed_DataObject
|
|||||||
|
|
||||||
public function getTargetUri()
|
public function getTargetUri()
|
||||||
{
|
{
|
||||||
return $this->uri;
|
return $this->act_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getUri()
|
public function getUri()
|
||||||
{
|
{
|
||||||
return $this->act_uri;
|
return $this->uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function asActivityObject(Profile $scoped=null)
|
public function asActivityObject(Profile $scoped=null)
|
||||||
|
Loading…
Reference in New Issue
Block a user