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:
d7de1c8
)
MDL-29995 Filters - added MDL issue number to Todo.
author
Aparup Banerjee
<aparup@moodle.com>
Wed, 23 Nov 2011 05:51:11 +0000
(13:51 +0800)
committer
Aparup Banerjee
<aparup@moodle.com>
Wed, 23 Nov 2011 05:51:11 +0000
(13:51 +0800)
lib/filterlib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/filterlib.php
b/lib/filterlib.php
index
1bfef98
..
bb5ed88
100644
(file)
--- a/
lib/filterlib.php
+++ b/
lib/filterlib.php
@@
-478,7
+478,7
@@
class filterobject {
* @return string the human-readable name for this filter.
*/
function filter_get_name($filter) {
- // TODO: should we be using pluginname here instead?
+ // TODO: should we be using pluginname here instead?
, see MDL-29998
list($type, $filter) = explode('/', $filter);
switch ($type) {
case 'filter':