Ver Fonte

Merge branch 'master' of ssh://200.50.168.30:222/VendorSoftwareFlowdat3/Webservice

Guillermo Espinoza há 8 anos atrás
pai
commit
e23812da25
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      Services/Webservice.php

+ 2 - 2
Services/Webservice.php

@@ -81,7 +81,7 @@ class Webservice
             }
         }
         
-        return $results;
+        return (array)$results;
     }
     
     /**
@@ -203,4 +203,4 @@ class Webservice
         return array("error"=>"Webservice({$webservice}) not found.");
     }
 
-}
+}