Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / includes / common.inc
index 9c1930fd0645112050ab772ca403870aa58fc0a8..53e0be5c91b2a2772a886e7a09437d26a56ee993 100644 (file)
@@ -1260,7 +1260,7 @@ function archiver_get_extensions() {
  */
 function archiver_get_archiver($file) {
   // Archivers can only work on local paths
-  $filepath = drupal_realpath($file);
+  $filepath = \Drupal::service('file_system')->realpath($file);
   if (!is_file($filepath)) {
     throw new Exception(t('Archivers can only operate on local files: %file not supported', ['%file' => $file]));
   }