fixed error handling
This commit is contained in:
parent
f70d3745fc
commit
10a9de72b8
|
@ -205,6 +205,7 @@ if ($_POST['delete']) {
|
|||
if (!is_array($result)) continue;
|
||||
// check for error somewhere in lamdaemon
|
||||
foreach ($result as $singleresult) {
|
||||
$singleresult = explode(",", $singleresult);
|
||||
if (is_array($singleresult)) {
|
||||
if ($singleresult[0] == 'ERROR') {
|
||||
$stopprocessing = true;
|
||||
|
|
Loading…
Reference in New Issue