From 059a0fdbdeb860e7e821d4a80cb0d814d64a4512 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 14 Jul 2014 15:11:19 -0400 Subject: [PATCH] fix for the slideshow update sql for update method --- Toolkit/RotatingImages/Gateway.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Toolkit/RotatingImages/Gateway.php b/Toolkit/RotatingImages/Gateway.php index 7413fc0..13591e2 100644 --- a/Toolkit/RotatingImages/Gateway.php +++ b/Toolkit/RotatingImages/Gateway.php @@ -247,7 +247,6 @@ class Toolkit_RotatingImages_Gateway $stmt->bindParam(':active', $image->getActive(), PDO::PARAM_BOOL); $stmt->bindParam(':external', $image->getExternal(), PDO::PARAM_BOOL); $stmt->bindParam(':id', $image->getId(), PDO::PARAM_INT); - $stmt->bindParam(':application', $image->getApplication(), PDO::PARAM_INT); $stmt->bindParam( ':thumb_width', $image->getThumbWidth(), PDO::PARAM_INT ); -- 2.17.1