ソースを参照

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.");
         return array("error"=>"Webservice({$webservice}) not found.");
     }
     }
 
 
-}
+}