mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 15:06:06 +00:00
fix tester
This commit is contained in:
@@ -146,7 +146,7 @@ class Tester
|
||||
{
|
||||
$configData = $this->getTestConfigData();
|
||||
|
||||
if ($configData[$optionName] === $data) {
|
||||
if (array_key_exists($optionName, $configData) && $configData[$optionName] === $data) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user