Branch 'kolab-syncroton-2.2' - lib/kolab_sync_data.php

Aleksander Machniak machniak at kolabsys.com
Thu Jan 2 15:38:17 CET 2014


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

New commits:
commit 5c413d0412c4a06953b1e8bf125b71de76a47be1
Author: Aleksander Machniak <alec at alec.pl>
Date:   Thu Jan 2 15:37:24 2014 +0100

    Fix typo in one of the last commits

diff --git a/lib/kolab_sync_data.php b/lib/kolab_sync_data.php
index 15db5bd..bff7105 100644
--- a/lib/kolab_sync_data.php
+++ b/lib/kolab_sync_data.php
@@ -562,7 +562,7 @@ abstract class kolab_sync_data implements Syncroton_Data_IData
                     $error = true;
                 }
                 else {
-                    $result += (int) count;
+                    $result += (int) $count;
                 }
                 break;
 




More information about the commits mailing list