Index: branches/extensions-realtime/IdentityApi/api/ApiQueryIdentity.php |
— | — | @@ -32,17 +32,12 @@ |
33 | 33 | |
34 | 34 | } |
35 | 35 | |
36 | | - /** |
37 | | - * ???? do we need this? XSRF? TODO |
38 | | - * Indicates whether this module must be called with a POST request |
39 | | - * @return bool |
40 | | - */ |
41 | 36 | public function mustBePosted() { |
42 | | - return false; |
| 37 | + return true; |
43 | 38 | } |
44 | 39 | |
45 | 40 | /** |
46 | | - * Probably needed to avoid XSRF -- TODO |
| 41 | + * May be needed to avoid XSRF -- TODO determine if this is needed |
47 | 42 | * Returns whether this module requires a Token to execute |
48 | 43 | * @return bool |
49 | 44 | */ |