Commit 28fa7552 authored by Shashwat Purav's avatar Shashwat Purav Committed by Ismaeil ABOULJAMAL
Browse files

Issue #3271679 by Shashwat Purav, izus: Double occurrences of word "the"

parent 627c3b25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ class ExtractFileValidator {
      }
    }
    // Ensure we get an array of unique mime values because many extension can
    // map the the same mime type.
    // map the same mime type.
    return array_unique($excluded_mimes);
  }