Procházet zdrojové kódy

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

Guillermo Espinoza před 8 roky
rodič
revize
e23812da25
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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.");
     }
 
-}
+}