forked from extern/egroupware
"tiny patch from Andreas Feldner <pelzi-at-flying-snail.de>, allowing for passwords containing a colon"
This commit is contained in:
parent
8a376b62ea
commit
dbaed3389f
@ -264,7 +264,7 @@ class Horde_SyncML_SyncMLHdr extends Horde_SyncML_ContentHandler {
|
||||
$this->_credData = base64_decode($this->_credData);
|
||||
//}
|
||||
|
||||
$tmp = split(':', $this->_credData);
|
||||
$tmp = split(':', $this->_credData, 2);
|
||||
// set only if not set by LocName already
|
||||
if(!isset($this->_locName))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user