Commit 6bde5aa2 authored by James Gilliland's avatar James Gilliland Committed by Sascha Grossenbacher
Browse files

Issue #3266574 by idebr, neclimdul: [PHP8.1] Deprecated function:...

Issue #3266574 by idebr, neclimdul: [PHP8.1] Deprecated function: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in Drupal\Core\Access\RouteProcessorCsrf->processOutbound()
parent 2bfff5b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@ class AJAXactionLink extends Reload {
      // no matter how many times the flag is clicked.
      return $destination;
    }
    parent::getDestination();
    return parent::getDestination();
  }

  /**