فهرست منبع

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

Guillermo Espinoza 8 سال پیش
والد
کامیت
e23812da25
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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.");
     }
 
-}
+}