[Pkg-owncloud-commits] [php-sabredav] 10/148: Don't pass 1.0 to the openMemory function.
David Prévot
taffit at moszumanska.debian.org
Wed Apr 15 01:37:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabredav.
commit 40e107cb84648c4deecd654f9610dcd7cb7ac403
Author: Evert Pot <evert at rooftopsolutions.nl>
Date: Wed Dec 17 01:23:42 2014 -0500
Don't pass 1.0 to the openMemory function.
---
lib/DAV/XMLUtil.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/DAV/XMLUtil.php b/lib/DAV/XMLUtil.php
index 9401b07..f7c0753 100644
--- a/lib/DAV/XMLUtil.php
+++ b/lib/DAV/XMLUtil.php
@@ -79,7 +79,7 @@ class XMLUtil {
$writer = new XML\Writer();
$writer->namespaceMap = $this->namespaceMap;
- $writer->openMemory('1.0');
+ $writer->openMemory();
$writer->write($output);
return $writer->outputMemory();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git
More information about the Pkg-owncloud-commits
mailing list