Kaynağa Gözat

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

Guillermo Espinoza 8 yıl önce
ebeveyn
işleme
e23812da25
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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.");
     }
 
-}
+}