fixing syntax error - missing { - introduced during last commit (revision 1.42)

This commit is contained in:
arborrow 2008-04-09 19:04:54 +00:00
parent e89e09d21d
commit 8f9272a4ff

View File

@ -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??