Skip to content
Snippets Groups Projects
Unverified Commit f7bdfd99 authored by bgm's avatar bgm Committed by GitHub
Browse files

Merge pull request #14776 from eileenmcnaughton/bgm515

drupal#75 Drupal8: fix call to languageNegotiationURL() when called from cv
parents d8a2070f 1593366c
Branches
Tags
No related merge requests found
......@@ -707,7 +707,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