Fix for commit c50a9c59 missing protect definition

This commit is contained in:
Deon George 2015-10-16 15:51:12 +11:00
parent 6c5366d366
commit 59bb437595

View File

@ -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