mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
fixing syntax error - missing { - introduced during last commit (revision 1.42)
This commit is contained in:
parent
e89e09d21d
commit
8f9272a4ff
@ -52,7 +52,7 @@
|
||||
|
||||
case 'show':
|
||||
// check filterpath is valid
|
||||
if (!array_key_exists($filterpath, $installedfilters))
|
||||
if (!array_key_exists($filterpath, $installedfilters)) {
|
||||
print_error('filternotinstalled', 'error', $url, $filterpath);
|
||||
} elseif (array_search($filterpath,$activefilters)) {
|
||||
// filterpath is already active - doubleclick??
|
||||
|
Loading…
x
Reference in New Issue
Block a user