Skip to content
Snippets Groups Projects

3023322 - Contextual Links Style Update

7 unresolved threads
2 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
2
  • 76b86646
    Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files... · 76b86646
    Alex Pott authored
    Issue #3163663 by mpp, chrisolof, alexpott, quietone: Too many open files issue with migrating multiple files using "download" process plugin
@@ -155,6 +155,10 @@ public function transform($value, MigrateExecutableInterface $migrate_executable
throw new MigrateException("{$e->getMessage()} ($source)");
}
if (is_resource($destination_stream)) {
fclose($destination_stream);
}
return $final_destination;
}
Loading