From 9c0cd701a93d1114cf9131480962d22aeb4e8d88 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Mon, 5 Feb 2018 22:28:33 -0600 Subject: [PATCH] Bugfix: typo in error variable name --- common/standard/classes/standard_index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/standard/classes/standard_index.php b/common/standard/classes/standard_index.php index 14bc4f6..6ce41ec 100644 --- a/common/standard/classes/standard_index.php +++ b/common/standard/classes/standard_index.php @@ -417,7 +417,7 @@ class c_standard_index extends c_base_return { // some errors the cookie should be deleted and others it should remain untouched. // also set the error on the session object. - $errror = $session_connection->get_error(); + $error = $session_connection->get_error(); $this->session->set_error($error); unset($session_connection); -- 1.8.3.1