Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / locale / locale.translation.inc
index a2816e3fbc0b9cdb7ba16d0bcc6cedfa09bed9a8..35eef7dfe4cf08a46a0fef44ec01741e06c1b3a1 100644 (file)
@@ -377,7 +377,7 @@ function locale_cron_fill_queue() {
 function _locale_translation_file_is_remote($uri) {
   $scheme = file_uri_scheme($uri);
   if ($scheme) {
-    return !drupal_realpath($scheme . '://');
+    return !\Drupal::service('file_system')->realpath($scheme . '://');
   }
   return FALSE;
 }