From 3f21d22a31ac1c3fdbb9e71a86367bfc5a37017a Mon Sep 17 00:00:00 2001
From: Mikael Nordfeldth <mmn@hethane.se>
Date: Sat, 28 Jun 2014 20:19:49 +0200
Subject: [PATCH] Failed to reference an object property

---
 lib/action.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.39.5