Skip to content

Commit

Permalink
Update grumpypdo.php
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
GrumpyCrouton committed Oct 20, 2022
1 parent ee7a10b commit 48b1a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grumpypdo.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ public function all($query, $values = array(), $mode = null, $c = null, $args =
case \PDO::FETCH_FUNC:
return $qry->fetchAll($mode, $c);
default:
return $qty->fetchAll($mode);
return $qry->fetchAll($mode);
}
}

Expand Down

0 comments on commit 48b1a07

Please sign in to comment.