]> Kevux Git Server - koopa/commitdiff
Bugfix: typo in error variable name
authorKevin Day <thekevinday@gmail.com>
Tue, 6 Feb 2018 04:28:33 +0000 (22:28 -0600)
committerKevin Day <thekevinday@gmail.com>
Tue, 6 Feb 2018 04:28:33 +0000 (22:28 -0600)
common/standard/classes/standard_index.php

index 14bc4f6d4044f2bd924e7bcb7bfd17a14b89f27f..6ce41ec0962b0b1d74a89ef7796d1f085d0d825b 100644 (file)
@@ -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);