projects
/
web
/
CityofMI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a35abc
)
Bug fix for the saving of slideshows
author
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:06:05 +0000
(10:06 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Fri, 15 Aug 2014 14:06:05 +0000
(10:06 -0400)
Effected for updates
Toolkit/RotatingImages/Gateway.php
patch
|
blob
|
history
diff --git
a/Toolkit/RotatingImages/Gateway.php
b/Toolkit/RotatingImages/Gateway.php
index
7413fc0
..
13591e2
100644
(file)
--- 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
);