diff --git a/core/modules/views/src/Ajax/ReplaceTitleCommand.php b/core/modules/views/src/Ajax/ReplaceTitleCommand.php index 8972969..b93c53c 100644 --- a/core/modules/views/src/Ajax/ReplaceTitleCommand.php +++ b/core/modules/views/src/Ajax/ReplaceTitleCommand.php @@ -39,7 +39,8 @@ public function __construct($title) { public function render() { return array( 'command' => 'viewsReplaceTitle', - 'selector' => $this->title, + 'title' => $this->title, + 'siteName' => \Drupal::config('system.site')->get('name'), ); }