Skip to content

Commit

Permalink
*5537* Fixed args list typo for query
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Aug 23, 2010
1 parent bd9c2f1 commit d0e7547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/site/VersionDAO.inc.php
Expand Up @@ -160,7 +160,7 @@ function insertVersion(&$version, $isPlugin = false) {
sprintf('INSERT INTO versions
(major, minor, revision, build, date_installed, current, product_type, product, product_class_name, lazy_load, sitewide)
VALUES
(?, ?, ?, ?, %s, ?, ?, ?, ?, ?)',
(?, ?, ?, ?, %s, ?, ?, ?, ?, ?, ?)',
$this->datetimeToDB($version->getDateInstalled())),
array(
(int) $version->getMajor(),
Expand Down

0 comments on commit d0e7547

Please sign in to comment.