Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / redirect / src / EventSubscriber / RedirectRequestSubscriber.php
index a31fa229353859751751af3db8612a3a3b32a4a4..3161ccd421ddd1962f9fccf8049655e6d877e237 100644 (file)
@@ -129,7 +129,7 @@ class RedirectRequestSubscriber implements EventSubscriberInterface {
     // Do the inbound processing so that for example language prefixes are
     // removed.
     $path = $this->pathProcessor->processInbound($request->getPathInfo(), $request);
-    $path = ltrim($path, '/');
+    $path = trim($path, '/');
 
     $this->context->fromRequest($request);