From: Zach Copley Date: Wed, 6 Apr 2011 18:15:32 +0000 (-0700) Subject: QnA - Fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b541443370583afb8c08cdac175d49b98565150c;p=quix0rs-gnu-social.git QnA - Fix typo --- diff --git a/plugins/QnA/QnAPlugin.php b/plugins/QnA/QnAPlugin.php index 375e87f615..f03f3e3395 100644 --- a/plugins/QnA/QnAPlugin.php +++ b/plugins/QnA/QnAPlugin.php @@ -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.'); }