Failed to reference an object property

This commit is contained in:
Mikael Nordfeldth 2014-06-28 20:19:49 +02:00
parent 138d26d488
commit 3f21d22a31
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ class Action extends HTMLOutputter // lawsuit
public function getScoped()
{
return ($this->scoped instanceof Profile) ? $this-scoped : null;
return ($this->scoped instanceof Profile) ? $this->scoped : null;
}
// Must be run _after_ prepare