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:
8921c6c
)
MDL-42462 mod_feedback: added $OUTPUT to list of global variables used to avoid error
author
Mark Nelson
<markn@moodle.com>
Wed, 9 Apr 2014 07:00:25 +0000
(
00:00
-0700)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 9 Apr 2014 07:37:21 +0000
(15:37 +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
a7f1442
..
b638609
100644
(file)
--- a/
mod/feedback/item/captcha/lib.php
+++ b/
mod/feedback/item/captcha/lib.php
@@
-120,7
+120,7
@@
class feedback_item_captcha extends feedback_item_base {
* @return void
*/
public function print_item_preview($item) {
- global $DB;
+ global $DB
, $OUTPUT
;
$align = right_to_left() ? 'right' : 'left';