Skip to content

Commit

Permalink
Fixed #10484
Browse files Browse the repository at this point in the history
  • Loading branch information
Phalcon committed Jun 8, 2015
1 parent 02774fe commit 2f86624
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phalcon/db/adapter/pdo.zep
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ abstract class Pdo extends Adapter
if persistent {
let options[\Pdo::ATTR_PERSISTENT] = true;
}
unset descriptor["persistent"];
}

/**
Expand Down

0 comments on commit 2f86624

Please sign in to comment.