Index: trunk/extensions/Survey/api/ApiQuerySurveySubmissions.php |
— | — | @@ -72,14 +72,6 @@ |
73 | 73 | ); |
74 | 74 | } |
75 | 75 | |
76 | | - public function needsToken() { |
77 | | - return true; |
78 | | - } |
79 | | - |
80 | | - public function getTokenSalt() { |
81 | | - return 'querysurveysubmissions'; |
82 | | - } |
83 | | - |
84 | 76 | /** |
85 | 77 | * (non-PHPdoc) |
86 | 78 | * @see includes/api/ApiBase#getAllowedParams() |
Index: trunk/extensions/Survey/api/ApiQuerySurveyAnswers.php |
— | — | @@ -72,14 +72,6 @@ |
73 | 73 | ); |
74 | 74 | } |
75 | 75 | |
76 | | - public function needsToken() { |
77 | | - return true; |
78 | | - } |
79 | | - |
80 | | - public function getTokenSalt() { |
81 | | - return 'querysurveyanswers'; |
82 | | - } |
83 | | - |
84 | 76 | /** |
85 | 77 | * (non-PHPdoc) |
86 | 78 | * @see includes/api/ApiBase#getAllowedParams() |
Index: trunk/extensions/Survey/api/ApiQuerySurveys.php |
— | — | @@ -116,14 +116,6 @@ |
117 | 117 | return $survey; |
118 | 118 | } |
119 | 119 | |
120 | | - public function needsToken() { |
121 | | - return true; |
122 | | - } |
123 | | - |
124 | | - public function getTokenSalt() { |
125 | | - return 'querysurveys'; |
126 | | - } |
127 | | - |
128 | 120 | /** |
129 | 121 | * (non-PHPdoc) |
130 | 122 | * @see includes/api/ApiBase#getAllowedParams() |