diff --git a/application/libraries/PluginManager/LimesurveyApi.php b/application/libraries/PluginManager/LimesurveyApi.php index 06665df4b3f..bbcd439673e 100644 --- a/application/libraries/PluginManager/LimesurveyApi.php +++ b/application/libraries/PluginManager/LimesurveyApi.php @@ -186,7 +186,7 @@ public function getTemplateList() */ public function getResponse($surveyId, $responseId, $bMapQuestionCodes = true) { - $survey = Survey::model()->findByPk($surveyId); + $survey = \Survey::model()->findByPk($surveyId); $response = \SurveyDynamic::model($surveyId)->findByPk($responseId); if (!$bMapQuestionCodes) { return $response;