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
(from parent 1:
6cefd82
)
MDL-65754 mod_feedback: Remove unused v1 recaptcha
author
Mathew May
<mathewm@hotmail.co.nz>
Wed, 12 Jun 2019 01:38:39 +0000
(09:38 +0800)
committer
Mathew May
<mathewm@hotmail.co.nz>
Wed, 12 Jun 2019 01:38:39 +0000
(09:38 +0800)
mod/feedback/item/captcha/lib.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/feedback/item/captcha/lib.php
b/mod/feedback/item/captcha/lib.php
index
47a07ea
..
6cfd233
100644
(file)
--- a/
mod/feedback/item/captcha/lib.php
+++ b/
mod/feedback/item/captcha/lib.php
@@
-194,9
+194,6
@@
class feedback_item_captcha extends feedback_item_base {
}
// With reCAPTCHA v2 the captcha will be rendered by the mobile client using just the publickey.
- // For now include placeholders for the v1 paramaters to support older mobile app versions.
- // recaptchachallengehash, recaptchachallengeimage and recaptchachallengejs.
- $data = array('', '', '');
$data[] = $CFG->recaptchapublickey;
return json_encode($data);
}