X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Fsystem.api.php;h=ca1e02c9864fda97bf97f4c6f4d1246075597a12;hp=7951ecd21f8cfd2a928e42368774d3ecdc49a262;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hpb=74df008bdbb3a11eeea356744f39b802369bda3c diff --git a/web/core/modules/system/system.api.php b/web/core/modules/system/system.api.php index 7951ecd21..ca1e02c98 100644 --- a/web/core/modules/system/system.api.php +++ b/web/core/modules/system/system.api.php @@ -27,7 +27,7 @@ function hook_system_themes_page_alter(&$theme_groups) { $theme->operations[] = [ 'title' => t('Foo'), 'url' => Url::fromRoute('system.themes_page'), - 'query' => ['theme' => $theme->getName()] + 'query' => ['theme' => $theme->getName()], ]; } }