]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Failed to reference an object property
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 28 Jun 2014 18:19:49 +0000 (20:19 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 28 Jun 2014 18:19:49 +0000 (20:19 +0200)
lib/action.php

index 360d342b2243b5cf981ed16a6d9d240d9afaaba4..508145da40eb5934f84bbdc999e148ca0c124ce7 100644 (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