diff --git a/application/libraries/Aauth.php b/application/libraries/Aauth.php index 04d5172..6049aa6 100644 --- a/application/libraries/Aauth.php +++ b/application/libraries/Aauth.php @@ -2025,7 +2025,7 @@ class Aauth { public function set_system_var( $key, $value ) { // if var not set, set - if ( ! $this->get_system_var($key) ) { + if ($this->get_system_var($key) === FALSE) { $data = array( 'key' => $key,