Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / locale.bulk.inc
index 3e256c28fd1cb71c1b5dfde301f3e0d5d761a49a..6beb3fe35e1bffa5491cb746666dda80e88afd2c 100644 (file)
@@ -200,7 +200,7 @@ function locale_translate_batch_import($file, array $options, &$context) {
     try {
       if (empty($context['sandbox'])) {
         $context['sandbox']['parse_state'] = [
-          'filesize' => filesize(drupal_realpath($file->uri)),
+          'filesize' => filesize(\Drupal::service('file_system')->realpath($file->uri)),
           'chunk_size' => 200,
           'seek' => 0,
         ];