mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-29995 Filters - added MDL issue number to Todo.
This commit is contained in:
parent
d7de1c8a62
commit
9d06eb139c
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ class filterobject {
|
||||||
* @return string the human-readable name for this filter.
|
* @return string the human-readable name for this filter.
|
||||||
*/
|
*/
|
||||||
function filter_get_name($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);
|
list($type, $filter) = explode('/', $filter);
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'filter':
|
case 'filter':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue