rabin 3 lat temu
rodzic
commit
bde0162aa8
1 zmienionych plików z 3 dodań i 1 usunięć
  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';
     }