Merge with 3.5

This commit is contained in:
Romain Neutron
2012-03-26 14:12:52 +02:00
5 changed files with 36 additions and 24 deletions

View File

@@ -70,7 +70,7 @@ class module_console_schedulerState extends Command
return 1;
}
return;
return 0;
}
}

View File

@@ -58,7 +58,7 @@ class module_console_schedulerStop extends Command
return 1;
}
return;
return 0;
}
}

View File

@@ -111,7 +111,7 @@ class module_console_systemUpgrade extends Command
}
$output->write('Finished !', true);
return;
return 0;
}
}