Fix access of member variable

This commit is contained in:
Timothy Warren 2014-04-24 16:28:48 -04:00
parent cf0035f8fb
commit 9da781dd26
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ abstract class Abstract_Driver extends \PDO implements Driver_Interface {
* Whether the driver supports 'TRUNCATE'
* @var bool
*/
public $has_truncate = TRUE;
protected $has_truncate = TRUE;
/**
* PDO constructor wrapper