Commit b9401c4c1cd0a4296ae239745057770e6670e192

Authored by conradverm
1 parent 905682c0

WSA-52

"Webservice File Download"
Fixed. Improved error handling in file download in PHP KTWSAPI

Contribution By: Florian Treml
Committed By: Conrad Vermeulen
Reviewed By: Kevin Fourie

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7631 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 1 additions and 1 deletions
ktwsapi/php/ktwsapi.inc.php
... ... @@ -166,7 +166,7 @@ class KTWSAPI_FolderItem
166 166 }
167 167 else
168 168 {
169   - $response = true;
  169 + $response = true;
170 170 }
171 171 curl_close($ch);
172 172  
... ...