lib/kolab_sync_data.php

Aleksander Machniak machniak at kolabsys.com
Thu Jan 2 15:37:52 CET 2014


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

New commits:
commit 31f64abaa3ce60b7ffae9b411f7bb9f6dd63db26
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