From b859771e8aac6e7a7e883f22e019193497f45aa3 Mon Sep 17 00:00:00 2001 From: Rian Orie Date: Wed, 2 Dec 2015 00:09:17 +0100 Subject: [PATCH] Sloppy coding. Thank you travis CI. --- phalcon/dispatcher.zep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phalcon/dispatcher.zep b/phalcon/dispatcher.zep index f706e6f089..eb8060efeb 100644 --- a/phalcon/dispatcher.zep +++ b/phalcon/dispatcher.zep @@ -506,7 +506,7 @@ abstract class Dispatcher implements DispatcherInterface, InjectionAwareInterfac try { // We update the latest value produced by the latest handler - let this->_returnedValue = call_user_func_array([handler, actionMethod], params), + let this->_returnedValue = call_user_func_array([handler, actionMethod], params); } catch \Exception, e { if this->{"_handleException"}(e) === false { @@ -517,7 +517,7 @@ abstract class Dispatcher implements DispatcherInterface, InjectionAwareInterfac throw e; } } finally { - this->_lastHandler = handler; + let this->_lastHandler = handler; } // Calling afterExecuteRoute