From 4c31bb06cc2a00090b5ed8a2e7e9a55821fe62e3 Mon Sep 17 00:00:00 2001 From: noud Date: Mon, 26 Nov 2012 15:37:10 +0100 Subject: [PATCH] sync lastpushedid reminder. --- app/Controller/ServersController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Controller/ServersController.php b/app/Controller/ServersController.php index 84f563724..1c7d71684 100644 --- a/app/Controller/ServersController.php +++ b/app/Controller/ServersController.php @@ -314,7 +314,7 @@ class ServersController extends AppController { $findParams = array( 'conditions' => array( - 'Event.id >' => $lastpushedid, + 'Event.id >' => $lastpushedid, // TODO think about this one!! 'Event.private' => 0, 'Event.published' => 1 ), //array of conditions