rabin 3 anni fa
parent
commit
bde0162aa8
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      service/agent/lib/Tool.php

+ 3 - 1
service/agent/lib/Tool.php

@@ -1114,7 +1114,9 @@ class Tool
                 }
             }
 
-            return $result;
+            if ($result) {
+                return $result;
+            }
         }
         return 'ok';
     }