diff --git a/core/modules/views/src/Views.php b/core/modules/views/src/Views.php index 03218ac94e9..11b049ed27f 100644 --- a/core/modules/views/src/Views.php +++ b/core/modules/views/src/Views.php @@ -308,7 +308,7 @@ class Views { case 'disabled': case 'enabled': $filter = ucfirst($filter); - $views = call_user_func("static::get{$filter}Views"); + $views = call_user_func(static::class . "::get{$filter}Views"); break; default: