Commit d64191e0db3a86ab2bf0c194bf11d87cc13c96e9

Authored by conradverm
1 parent bcc0ba77

WSA-45

"Migration to PHP 5.2 seemed to have a problem with HTTP_RAW_POST_DATA variable not being set in some environments for some reason."
Fixed. Removed reference to global HTTP_RAW_POST_DATA .

Committed By: Conrad Vermeulen
Reviewed By: Isaac Lundal

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7290 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 0 additions and 2 deletions
ktwebservice/webservice.php
... ... @@ -3379,8 +3379,6 @@ class KTWebService
3379 3379 */
3380 3380 function run()
3381 3381 {
3382   - global $HTTP_RAW_POST_DATA;
3383   -
3384 3382 $server = new SOAP_Server();
3385 3383  
3386 3384 $server->addObjectMap($this, 'http://schemas.xmlsoap.org/soap/envelope/');
... ...