seo plugin: added calling WINIX_FILE_CHANGED

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1180 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2019-03-14 13:46:40 +00:00
parent ab005118ba
commit ae03922491
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ void Seo::MakePost()
db->EditSubjectById(item, item.id);
db->EditMetaById(item.meta, item.id);
if( item.type == Item::file )
plugin->Call(WINIX_FILE_CHANGED, &item);
}