diff --git a/core/modules/views/src/Plugin/views/PluginBase.php b/core/modules/views/src/Plugin/views/PluginBase.php index 1ba0b65..88dca74 100644 --- a/core/modules/views/src/Plugin/views/PluginBase.php +++ b/core/modules/views/src/Plugin/views/PluginBase.php @@ -320,7 +320,7 @@ public function usesOptions() { * @todo Remove this wrapper. */ protected function viewsTokenReplace($text, $tokens) { - $this->view->getTokenParser()->viewsTokenReplace($text, $tokens); + return $this->view->getTokenParser()->viewsTokenReplace($text, $tokens); } /**