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:
b1eca34
)
MDL-28099 Fixed regression as outlined in tracker.
author
Jamie Pratt
<me@jamiep.org>
Thu, 30 Jun 2011 07:34:10 +0000
(14:34 +0700)
committer
Jamie Pratt
<me@jamiep.org>
Thu, 30 Jun 2011 07:34:10 +0000
(14:34 +0700)
lib/form/filepicker.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/form/filepicker.php
b/lib/form/filepicker.php
index
b724248
..
039ab76
100644
(file)
--- a/
lib/form/filepicker.php
+++ b/
lib/form/filepicker.php
@@
-133,6
+133,7
@@
class MoodleQuickForm_filepicker extends HTML_QuickForm_input {
}
}
}
- return $this->_prepareValue($draftitemid, $assoc);
+
+ return $this->_prepareValue($draftitemid, true);
}
}