QnA - Fix typo

This commit is contained in:
Zach Copley 2011-04-06 11:15:32 -07:00
parent 553a0c8b9b
commit b541443370
1 changed files with 1 additions and 1 deletions

View File

@ -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.');
}