From: Mikael Nordfeldth Date: Sat, 28 Jun 2014 18:19:49 +0000 (+0200) Subject: Failed to reference an object property X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f21d22a31ac1c3fdbb9e71a86367bfc5a37017a;p=quix0rs-gnu-social.git Failed to reference an object property --- diff --git a/lib/action.php b/lib/action.php index 360d342b22..508145da40 100644 --- a/lib/action.php +++ b/lib/action.php @@ -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