Skip to content

Commit

Permalink
BufferedStatement - removed unused property
Browse files Browse the repository at this point in the history
  • Loading branch information
ondrejmirtes committed Feb 10, 2017
1 parent 6386fca commit b6832f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Database/Statement/BufferedStatement.php
Expand Up @@ -91,7 +91,6 @@ public function fetch($type = 'num')
return $row;
}

$this->_fetchType = $type;
$record = parent::fetch($type);

if ($record === false) {
Expand Down

0 comments on commit b6832f2

Please sign in to comment.