Skip to content
Snippets Groups Projects
Unverified Commit 3dd717f9 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14772 from mlutfy/drupal75

drupal#75 Drupal8: fix call to languageNegotiationURL() when called from cv
parents d82acabe dad6119f
No related branches found
No related tags found
No related merge requests found
......@@ -709,7 +709,7 @@ class CRM_Utils_System_Drupal8 extends CRM_Utils_System_DrupalBase {
// Drupal might not be bootstrapped if being called by the REST API.
if (!class_exists('Drupal') || !\Drupal::hasContainer()) {
return NULL;
return $url;
}
$language = $this->getCurrentLanguage();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment