Merge branch 'develop' of github.com:epoupon/lms into develop
This commit is contained in:
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user