Skip to content
Snippets Groups Projects
Commit 1593366c authored by bgm's avatar bgm Committed by eileen
Browse files

drupal#75 Drupal8: fix call to languageNegotiationURL() when called from cv

parent d8a2070f
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment