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:
337b34f
)
MDL-34019 Fix response item key name
author
David Mudrák
<david@moodle.com>
Tue, 26 Jun 2012 07:12:35 +0000
(09:12 +0200)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 2 Jul 2012 07:02:58 +0000
(15:02 +0800)
lib/pluginlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/pluginlib.php
b/lib/pluginlib.php
index
75a8186
..
43de510
100644
(file)
--- a/
lib/pluginlib.php
+++ b/
lib/pluginlib.php
@@
-811,7
+811,7
@@
class available_update_checker {
}
if (empty($response['forbranch']) or $response['forbranch'] !== moodle_major_version(true)) {
- throw new available_update_checker_exception('err_response_target_version', $response['
target
']);
+ throw new available_update_checker_exception('err_response_target_version', $response['
forbranch
']);
}
}