From fdd181487555699ca2c2e063d16c175a85b45f08 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Sun, 29 Jan 2017 20:31:04 +0100 Subject: [PATCH] Moved onEnter event --- lib/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Shell.php b/lib/Shell.php index 7875d93..2814736 100644 --- a/lib/Shell.php +++ b/lib/Shell.php @@ -113,8 +113,8 @@ class Shell } $context->setShell($this); $this->context = $context; - $context->onEnter(); $this->dispatchEvent(self::EVT_CONTEXT_CHANGED); + $context->onEnter(); } /**