Commit d5491b76 authored by catch's avatar catch
Browse files

Issue #3178225 by Liam Morland, FMB, smustgrave, joachim: Make @todo for...

Issue #3178225 by Liam Morland, FMB, smustgrave, joachim: Make @todo for file_save_upload() refer to the correct issue

(cherry picked from commit b6b1fb1e)
parent c43a80db
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -599,8 +599,6 @@ function _file_save_upload_from_form(array $element, FormStateInterface $form_st
 *   there was an error. Function returns NULL if no file was uploaded.
 *
 * @see _file_save_upload_from_form()
 *
 * @todo: move this logic to a service in https://www.drupal.org/node/2244513.
 */
function file_save_upload($form_field_name, $validators = [], $destination = FALSE, $delta = NULL, $replace = FileSystemInterface::EXISTS_RENAME) {
  static $upload_cache;