mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-18 02:41:33 +02:00
Sitemap Plugin: updates
This commit is contained in:
@@ -170,7 +170,7 @@
|
||||
|
||||
if (count(Plugin::$components) > 0) {
|
||||
foreach (Plugin::$components as $component) {
|
||||
if ( ! in_array($component, Sitemap::$forbidden_components)) $components[] = $component;
|
||||
if ( ! in_array($component, Sitemap::$forbidden_components)) $components[] = Text::lowercase($component);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user