Skip to content
Snippets Groups Projects
Commit aeeb83fc authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

Merge branch '6246-rc-error-message-comes-twice' into 'master'

6246 rc error message comes twice

See merge request !11
parents 1abb3f08 79a916b0
Branches
No related tags found
1 merge request!116246 rc error message comes twice
......@@ -170,10 +170,6 @@ class cronlogrenderer extends cronlog{
sprintf($this->t('error-exitcode-label'), (int)$aEntry['SCRIPTRC']),
$this->t('error-exitcode-description'),
];
$aErrors[]=[
'Exitcode '.(int)$aEntry['SCRIPTRC'].' (<>0)',
'The command finished with a non error status'
];
}
if(!$aEntry['SCRIPTLABEL']){
$aErrors[]=[
......
<?php
define("APP_VERSION", '2.1.0');
define("APP_VERSION", '2.1.1');
require_once('classes/render-adminlte.class.php');
require_once('classes/cronlog-renderer.class.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment