Skip to content

Commit

Permalink
Dev: clear comment surveyId not isurveyId
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Mar 7, 2017
1 parent cf2b2ee commit c89f287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/core/Survey_Common_Action.php
Expand Up @@ -126,7 +126,7 @@ private function _addPseudoParams($params)
'qid' => 'iQuestionId',
'sid' => array('iSurveyId', 'iSurveyID'),
'surveyid' => array('iSurveyId', 'iSurveyID'),
'surveyId' => array('iSurveyId', 'iSurveyID'),// PluginHelper->sidebody : if disable isurveyId usage : broke API
'surveyId' => array('iSurveyId', 'iSurveyID'),// PluginHelper->sidebody : if disable surveyId usage : broke API
'srid' => 'iSurveyResponseId',
'scid' => 'iSavedControlId',
'uid' => 'iUserId',
Expand Down

2 comments on commit c89f287

@Shnoulle
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PS : maybe broke API for 3.0 here ? Just sid and surveyid ?

@Shnoulle
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or find a better way ....

Please sign in to comment.