fmbiete / Z-Push-contrib

Z-Push fork with changes that I will try to contrib
GNU Affero General Public License v3.0
134 stars 62 forks source link

WBXMLDecoder::readRemainingData() is missing #222

Closed mta59066 closed 9 years ago

mta59066 commented 9 years ago

lib/request/requestprocessor.php uses readRemainingData() method under WBXMLDecoder, but that doesn't seem to exist there.

It looks like this method is available in the upstream Z-Push distribution though.

http://svn.zpush.net/diff.php?repname=Z-Push&path=%2Ftrunk%2Fsrc%2Flib%2Fwbxml%2Fwbxmldecoder.php&rev=1948

Thanks

Mehmet

fmbiete commented 9 years ago

Indeed, the method is missing. Merged back from upstream.

Thanks!!