- Posts: 77
- Thank you received: 4
Ask the community, share ideas, and connect with other LimeSurvey users!
PHP notice Undefined variable: security_update_available /home/winfocus/www/limesurvey/application/models/UpdateForm.php(600) 588 foreach ($updates as $update) { 589 if ($update->security_update) { 590 $security_update_available = true; 591 } 592 593 if ($update->branch != 'master') { 594 $unstable_update_available = true; 595 } 596 } 597 } 598 } 599 Yii::app()->session['update_result'] = $update_available; 600 Yii::app()->session['security_update'] = $security_update_available; 601 602 // If only one update is available and it's an unstable one, then it will be displayed in a different color, and will be removed, not minified when clicked 603 if (count((array) $updates) == 1 && $unstable_update_available) { 604 Yii::app()->session['unstable_update'] = $unstable_update_available; 605 } else { 606 Yii::app()->session['unstable_update'] = false; 607 } 608 609 $next_update_check = $today->add(new DateInterval('P1D'));
DenisChenu wrote: Pas de soucis, ca reste un bogue. Théroriquement : on fonctionne en mode debug.