forked from GNUsocial/gnu-social
Failed to reference an object property
This commit is contained in:
parent
138d26d488
commit
3f21d22a31
@ -177,7 +177,7 @@ class Action extends HTMLOutputter // lawsuit
|
|||||||
|
|
||||||
public function getScoped()
|
public function getScoped()
|
||||||
{
|
{
|
||||||
return ($this->scoped instanceof Profile) ? $this-scoped : null;
|
return ($this->scoped instanceof Profile) ? $this->scoped : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Must be run _after_ prepare
|
// Must be run _after_ prepare
|
||||||
|
Loading…
Reference in New Issue
Block a user