@@ -89,10 +89,10 @@ |
||
89 | 89 | } |
90 | 90 | } |
91 | 91 | |
92 | - if (array_key_exists('fail_if_empty', $config)) { |
|
93 | - $this->fail_if_empty = $config['fail_if_empty']; |
|
92 | + if (array_key_exists('fail_if_empty', $config)) { |
|
93 | + $this->fail_if_empty = $config['fail_if_empty']; |
|
94 | 94 | if (!is_bool($this->fail_if_empty)) { |
95 | - throw new Exception('SmartID authproc configuration error: \'fail_if_empty\' should be a boolean.'); |
|
95 | + throw new Exception('SmartID authproc configuration error: \'fail_if_empty\' should be a boolean.'); |
|
96 | 96 | } |
97 | 97 | } |
98 | 98 | } |