[Pkg-owncloud-commits] [php-sabre-vobject] 318/341: Missed another cast to int.

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 13:36:00 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 94ec176fd80f36980a82c12a1591b1700f53df1d
Author: Evert Pot <me at evertpot.com>
Date:   Wed Jul 8 18:25:18 2015 -0400

    Missed another cast to int.
---
 lib/Recur/RRuleIterator.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Recur/RRuleIterator.php b/lib/Recur/RRuleIterator.php
index 4d9a63d..27f5939 100644
--- a/lib/Recur/RRuleIterator.php
+++ b/lib/Recur/RRuleIterator.php
@@ -494,7 +494,7 @@ class RRuleIterator implements Iterator {
         $this->currentDate = $this->currentDate->setDate(
             (int)$this->currentDate->format('Y'),
             (int)$this->currentDate->format('n'),
-            $occurrence
+            (int)$occurrence
         );
 
     }

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