Skip to content

Commit

Permalink
Merge branch 'hotfix/zf2-192' of https://github.com/robertbasic/zf2 i…
Browse files Browse the repository at this point in the history
…nto hotfix/zf2-192
  • Loading branch information
weierophinney committed Mar 5, 2012
2 parents 642c7b0 + bfa8187 commit 77858b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/Zend/Db/TableGateway/AbstractTableGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function insert($set)
* @param string $where
* @return type
*/
public function update($set, $where)
public function update($set, $where = null)
{
$this->initialize();
return parent::update($set, $where);
Expand Down

0 comments on commit 77858b0

Please sign in to comment.