Index: branches/release-41/php/mt.php.pre
===================================================================
--- branches/release-41/php/mt.php.pre (revision 2683)
+++ branches/release-41/php/mt.php.pre (revision 2688)
@@ -102,5 +102,5 @@
 
         foreach ($plugin_paths as $path) {
-            if ($dh = opendir($path)) {
+            if ($dh = @opendir($path)) {
                  while (($file = readdir($dh)) !== false) {
                      if ($file == "." || $file == "..")
