Skip to content

Commit

Permalink
Fixing #2870
Browse files Browse the repository at this point in the history
  • Loading branch information
John Heathco committed Jul 15, 2010
1 parent 324991c commit 4765559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion classes/kohana/orm.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ class Kohana_ORM {
'where', 'and_where', 'or_where', 'where_open', 'and_where_open', 'or_where_open', 'where_close',
'and_where_close', 'or_where_close', 'distinct', 'select', 'from', 'join', 'on', 'group_by',
'having', 'and_having', 'or_having', 'having_open', 'and_having_open', 'or_having_open',
'having_close', 'and_having_close', 'or_having_close', 'order_by', 'limit', 'offset', 'cached'
'having_close', 'and_having_close', 'or_having_close', 'order_by', 'limit', 'offset', 'cached',
'count_last_query'
);

// Members that have access methods
Expand Down

0 comments on commit 4765559

Please sign in to comment.