fixed: export plugin

I forgotten to add exporting a directory



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@869 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-08-03 10:24:24 +00:00
parent 1c4e010fc1
commit 5a5fe1b0cc
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,8 @@ void FunExport::ExportFile(const Item & item)
void FunExport::ExportDir(const Item & dir)
{
export_info->SendDir(dir);
log << log4 << "Export: exporting directory: url: " << dir.url << ", id: " << dir.id << logend;
iq_dir.SetAll(false, false);
@ -72,6 +74,7 @@ void FunExport::ExportDir(const Item & dir)
}
DirContainer::ParentIterator i = system->dirs.FindFirstChild(dir.id);
for( ; i != system->dirs.ParentEnd() ; i = system->dirs.NextChild(i) )