From 4fbd5b9ac589fe5ac666020730987c8e10288008 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 15 Aug 2014 10:06:05 -0400 Subject: [PATCH] Bug fix for the saving of slideshows Effected for updates --- 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