]> git.mjollnir.org Git - moodle.git/commitdiff
fixing syntax error - missing { - introduced during last commit (revision 1.42)
authorarborrow <arborrow>
Wed, 9 Apr 2008 19:04:54 +0000 (19:04 +0000)
committerarborrow <arborrow>
Wed, 9 Apr 2008 19:04:54 +0000 (19:04 +0000)
admin/filters.php

index 06ce1c88f59175acb90436e755d9aa3c9da464f5..411751fd69dd288a5d465ce955d7296bfa656e6a 100644 (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??