Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fff882d
)
MDL-51172 core: Adjust WS help strings
author
Andrew Nicols
<andrew@nicols.co.uk>
Wed, 23 Sep 2015 06:48:59 +0000
(14:48 +0800)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 24 Sep 2015 13:37:12 +0000
(15:37 +0200)
user/externallib.php
patch
|
blob
|
blame
|
history
diff --git
a/user/externallib.php
b/user/externallib.php
index
59a749d
..
728f23c
100644
(file)
--- a/
user/externallib.php
+++ b/
user/externallib.php
@@
-179,7
+179,7
@@
class core_user_external extends external_api {
// Make sure we have a password or have to create one.
if (empty($user['password']) && empty($user['createpassword'])) {
- throw new invalid_parameter_exception('Invalid password: you must
inform a password
or set createpassword.');
+ throw new invalid_parameter_exception('Invalid password: you must
provide a password,
or set createpassword.');
}
$user['confirmed'] = true;