Skip to content
Snippets Groups Projects
Commit 3b9b9177 authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1896990 by tim.plunkett: Fixed Cannot edit a View's title from the UI.

parent de7f4bae
No related branches found
No related tags found
No related merge requests found
......@@ -208,7 +208,7 @@ function views_ajax_command_replace_title($title) {
$command = array(
'command' => 'viewsReplaceTitle',
'title' => $title,
'siteName' => config('system.site')->id(),
'siteName' => config('system.site')->get('name'),
);
return $command;
}
......
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