I made the following change, works like a charm. Thx Shawn.
Had the impression that I first had to 'touch' (save again) the page (which gaves 404) first, but that could be me.
Have an other issue about default language but I'll start a new thread for that.
Had the impression that I first had to 'touch' (save again) the page (which gaves 404) first, but that could be me.
PHP Code:
function i18n_base_patch_page_save() {
require_once(GSPLUGINPATH.'i18n_base/sitemap.class.php');
//I18nSitemap::executeOtherFunctions('changedata-save', 'i18n_base_patch_page_save');
I18nSitemap::executeOtherFunctions('changedata-aftersave', 'i18n_base_patch_page_save');
I18nSitemap::patchSaveFile();
}
Have an other issue about default language but I'll start a new thread for that.