Fix access of member variable
This commit is contained in:
parent
cf0035f8fb
commit
9da781dd26
@ -75,7 +75,7 @@ abstract class Abstract_Driver extends \PDO implements Driver_Interface {
|
|||||||
* Whether the driver supports 'TRUNCATE'
|
* Whether the driver supports 'TRUNCATE'
|
||||||
* @var bool
|
* @var bool
|
||||||
*/
|
*/
|
||||||
public $has_truncate = TRUE;
|
protected $has_truncate = TRUE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* PDO constructor wrapper
|
* PDO constructor wrapper
|
||||||
|
Loading…
Reference in New Issue
Block a user