Commit 96be8e9
Check for empty Groups Key
Right now if you don't set a Groups Key in the integration configuration then $this->getKey() will log "PHP Notice: Undefined index: " because it's being asked to look for a blank key. This commit first checks whether the key is set before passing it to getKey() to prevent this Notice.1 parent dbf6658 commit 96be8e9
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
161 | 167 | | |
162 | 168 | | |
163 | 169 | | |
| |||
0 commit comments