Fixed non-running processing tasks during start

This commit is contained in:
jtkech
2016-04-11 20:51:52 +02:00
committed by Sébastien Ros
parent b1f8bea54d
commit 81a767bd26

View File

@@ -161,7 +161,7 @@ namespace Orchard.Environment {
ActivateShell(context);
// If everything went well, return to stop the retry loop
return;
break;
}
catch (Exception ex) {
if (i == Retries) {