Skip to content
Snippets Groups Projects
Commit 50f9767b authored by llaffont's avatar llaffont
Browse files

Correction boucle infinie cosmo si l'intégration coupe sur les fils RSS

parent 258ebcc3
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ if ($phase > 0 and $phase < 0.2) {
// ----------------------------------------------------------------
// CMS
// ----------------------------------------------------------------
if ($phase > 0.1 and $phase < 0.3)
if ($phase > 0.1 and $phase < 0.202)
{
// init variables
if ($phase == 0.2)
......@@ -152,7 +152,7 @@ if ($phase < 0.3)
}
if ($phase == 0.3)
{
{xdebug_break();
if ($phase_data["nombre"] and !$mode_cron) print('<span class="violet">Notices FILS RSS :</span>' . BR);
if (!$mode_cron and $chrono->tempsPasse() > 10) sauveContexte();
$chrono->start();
......
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