Bug fix for the saving of slideshows
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:06:05 +0000 (10:06 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:06:05 +0000 (10:06 -0400)
Effected for updates

Toolkit/RotatingImages/Gateway.php

index 7413fc0..13591e2 100644 (file)
@@ -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
             );