Merge branch 'develop' of github.com:epoupon/lms into develop

This commit is contained in:
emeric
2015-09-19 14:36:13 +02:00
4 changed files with 88 additions and 71 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ Updater::processRootDirectory(RootDirectory rootDirectory, Stats& stats)
if (!_running)
return;
if (!boost::filesystem::is_regular(*itPath))
if (boost::filesystem::is_regular(*itPath))
{
switch( rootDirectory.type )
{