Skip to content
Snippets Groups Projects
Commit c84b0a36 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

fix release regression

parent e88fcc9a
Branches
Tags 6.57.1
5 merge requests!550Master,!549Master,!548Master,!547Master,!546Master
24/11/2014 - v6.57.0
24/11/2014 - v6.57.1
- ticket: 17078:
- boîte kiosque:
......
......@@ -51,7 +51,7 @@ if ($phase > 0 and $phase < 0.2) {
$log->ecrire('<span class="vert">Temps de traitement : ' . $chrono->end() .'</span>');
}
} else {
$log->ecrire('Les batchs sont traités qu\'en mode cron'.);
$log->ecrire('Les batchs sont traités qu\'en mode cron.');
}
$phase = 0.2;
}
......
......@@ -57,7 +57,7 @@ function defineConstant($name, $value) {
function setupConstants() {
defineConstant('VERSION_PERGAME','6.57');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.0');
defineConstant('RELEASE_NUMBER', VERSION_PERGAME . '.1');
defineConstant('ROOT_PATH', realpath(dirname(__FILE__).'/..').'/');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment