diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-21 21:27:09 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-21 21:27:09 +0000 |
commit | e58a9c509b0a864aee583dd14a018a773dbc63e4 (patch) | |
tree | 916532fa2abed9b0344c874ef8e70bb92e3fa16f /kohana/libraries/Model.php | |
parent | a0456a9a47d35aa8a3776d6b5fea0e68706855d8 (diff) |
Update Kohana to r3918
Diffstat (limited to 'kohana/libraries/Model.php')
-rw-r--r-- | kohana/libraries/Model.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kohana/libraries/Model.php b/kohana/libraries/Model.php index 45a561c2..4134ff2d 100644 --- a/kohana/libraries/Model.php +++ b/kohana/libraries/Model.php @@ -6,11 +6,12 @@ * * @package Core * @author Kohana Team - * @copyright (c) 2007-2008 Kohana Team + * @copyright (c) 2007-2009 Kohana Team * @license http://kohanaphp.com/license.html */ class Model_Core { + // Database object protected $db; /** |