Skip to content

Commit

Permalink
Missing $like array variable
Browse files Browse the repository at this point in the history
In line 418, there is a foreach loop that uses class variable $like but is not declared anywhere the source code.
  • Loading branch information
ronelbojos committed Jul 24, 2013
1 parent 2675d34 commit 144c4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/libraries/Datatables.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class Datatables
private $joins = array();
private $columns = array();
private $where = array();
private $like = array();
private $filter = array();
private $add_columns = array();
private $edit_columns = array();
Expand Down

0 comments on commit 144c4e7

Please sign in to comment.