MDL-29996 remove deprecated stuff from filter code

This commit is contained in:
Petr Škoda
2012-12-30 17:02:18 +01:00
parent fba0abdc22
commit 0662bd677c
24 changed files with 472 additions and 493 deletions
+1 -2
View File
@@ -6092,8 +6092,7 @@ class admin_page_managefilters extends admin_externalpage {
$found = true;
break;
}
list($type, $filter) = explode('/', $path);
if (strpos($filter, $query) !== false) {
if (strpos($path, $query) !== false) {
$found = true;
break;
}