Commit fec93ded authored by Julian Pustkuchen's avatar Julian Pustkuchen Committed by Damien McKenna
Browse files

Issue #1361806 by DamienMcKenna, Anybody: Redirects during cron.

parent 4dd1fcca
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
Field_Redirection 8.x-2.x-dev, 2022-xx-xx
-----------------------------------------
#1361806 by DamienMcKenna, Anybody: Redirects during cron.


Field_Redirection 8.x-2.1, 2021-11-24
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ class FieldRedirectionResultBuilder {
    }

    $current_url = Url::fromRoute('<current>');
    $current_path = $current_url->toString();
    $current_path = $current_url->getInternalPath();

    // Optionally control the list of pages this works on.
    if (!empty($settings['page_restrictions']) && !empty($settings['pages'])) {