[Pkg-owncloud-commits] [php-sabre-vobject] 126/341: Avoid an infinite loop.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:35:40 UTC 2015


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 5763f3df84daf1939643e5296705b13b02af4006
Author: Ivan Enderlin <ivan.enderlin at hoa-project.net>
Date:   Wed Jan 14 16:52:25 2015 +0100

    Avoid an infinite loop.
---
 lib/Property/Boolean.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Property/Boolean.php b/lib/Property/Boolean.php
index dcc60b5..1f23158 100644
--- a/lib/Property/Boolean.php
+++ b/lib/Property/Boolean.php
@@ -76,7 +76,7 @@ class Boolean extends Property {
             },
             $value
         );
-        $this->setXmlValue($value);
+        parent::setXmlValue($value);
 
     }
 

-- 
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