Trim before decoding - http://mosquito.wordpress.org/view.php?id=654
git-svn-id: https://develop.svn.wordpress.org/trunk@2139 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
9533069e21
commit
65055e0967
@ -225,7 +225,7 @@ class IXR_Message {
|
|||||||
$valueFlag = true;
|
$valueFlag = true;
|
||||||
break;
|
break;
|
||||||
case 'base64':
|
case 'base64':
|
||||||
$value = base64_decode($this->_currentTagContents);
|
$value = base64_decode( trim($this->_currentTagContents) );
|
||||||
$this->_currentTagContents = '';
|
$this->_currentTagContents = '';
|
||||||
$valueFlag = true;
|
$valueFlag = true;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user