Skip to content

Commit

Permalink
PDO another bug fix to global class call
Browse files Browse the repository at this point in the history
  • Loading branch information
danrwalker committed Jan 11, 2017
1 parent b1faae0 commit d54fedc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/twist/Core/Models/Database/ProtocolPDO.model.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function ping(){
try{
$this->resLink->query('SELECT 1');
return true;
}catch(PDOException $e){
}catch(\PDOException $e){
return false;
}
}
Expand Down

0 comments on commit d54fedc

Please sign in to comment.