Minor - Fix typo in phpdoc for function WSSearchSession()

1.10.x
Yannick Warnier 9 years ago
parent a81b6ab241
commit 17b6b77acc
  1. 2
      main/webservices/registration.soap.php

@ -6239,7 +6239,7 @@ $server->register(
* Web service to get a session list filtered by name, description or short description extra field
* @param array $params Contains the following parameters
* string $params['term'] Search term
* string $params['extra_fields'] Extrafields to include in request result
* string $params['extrafields'] Extrafields to include in request result
* string $params['secret_key'] Secret key to check
* @return array The list
*/

Loading…
Cancel
Save