Fix for commit c50a9c59
missing protect definition
This commit is contained in:
parent
6c5366d366
commit
59bb437595
@ -192,6 +192,9 @@ class Kohana_ORM extends Model implements serializable {
|
|||||||
// Suppress ORMs use of limit
|
// Suppress ORMs use of limit
|
||||||
protected $_disable_limit = FALSE;
|
protected $_disable_limit = FALSE;
|
||||||
|
|
||||||
|
// Disable adding column aliases
|
||||||
|
protected $_disable_column_alias = FALSE;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Model configuration, reload on wakeup?
|
* Model configuration, reload on wakeup?
|
||||||
* @var bool
|
* @var bool
|
||||||
|
Reference in New Issue
Block a user