Closed Tastaturberuf closed 9 years ago
My extension replaces the createSitemap palette token before: https://github.com/Tastaturberuf/anyStores/blob/master/dca/tl_page.php#L16
Your extension can't find the createSitemap; token, for replacing, because ist now createSitemap,.
createSitemap;
createSitemap,
Why you don't put it on the end from the palettes?
In my reason i must in the sitemap part because its depentent.
Fixed in 9478fdb. You should do that in your extension as well instead of str_replace().
str_replace()
Hi @qzminski,
wow that’s fast. You’re right, everybody should do that. I fix it today.
My extension replaces the createSitemap palette token before: https://github.com/Tastaturberuf/anyStores/blob/master/dca/tl_page.php#L16
Your extension can't find the
createSitemap;
token, for replacing, because ist nowcreateSitemap,
.Why you don't put it on the end from the palettes?
In my reason i must in the sitemap part because its depentent.