QnA - Fix typo
This commit is contained in:
parent
553a0c8b9b
commit
b541443370
@ -205,7 +205,7 @@ class QnAPlugin extends MicroAppPlugin
|
||||
|
||||
$questionObj = $activity->objects[0];
|
||||
|
||||
if ($questinoObj->type != QnA_Question::OBJECT_TYPE) {
|
||||
if ($questionObj->type != QnA_Question::OBJECT_TYPE) {
|
||||
throw new Exception('Wrong type for object.');
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user