fixed: a mount parameter html_template() was not properly read when mountpoints were reloaded

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@617 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2010-07-01 15:40:18 +00:00
parent d9f5fbaf04
commit 76e32703ac
1 changed files with 3 additions and 0 deletions

View File

@ -49,7 +49,10 @@ void IndexPatterns::AddPatternIfNotExists(const std::string & file, Locale & loc
Tab::iterator i = tab.find(file);
if( i != tab.end() )
{
i->second.to_delete = false;
return;
}
AddPattern(file, locale, locale_filter, delete_white);
}