[Pkg-owncloud-commits] [php-sabre-vobject] 03/07: CS

David Prévot taffit at moszumanska.debian.org
Tue Jan 12 01:32:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository php-sabre-vobject.

commit 81bc16be448e058d605d63d61eebcef35c3f0002
Author: Evert Pot <me at evertpot.com>
Date:   Thu Jan 7 20:06:56 2016 -0500

    CS
---
 lib/Parser/MimeDir.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Parser/MimeDir.php b/lib/Parser/MimeDir.php
index f441f8a..6a7f931 100644
--- a/lib/Parser/MimeDir.php
+++ b/lib/Parser/MimeDir.php
@@ -460,7 +460,7 @@ class MimeDir extends Parser {
             $propObj->setQuotedPrintableValue($this->extractQuotedPrintableValue());
         } else {
             $charset = $this->charset;
-            if ($this->root->getDocumentType()===Document::VCARD21 && isset($propObj['CHARSET'])) {
+            if ($this->root->getDocumentType() === Document::VCARD21 && isset($propObj['CHARSET'])) {
                 // vCard 2.1 allows the character set to be specified per property.
                 $charset = (string)$propObj['CHARSET'];
             }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabre-vobject.git



More information about the Pkg-owncloud-commits mailing list