Changed static to self calls
This commit is contained in:
@@ -316,7 +316,7 @@ $(document).ready(function() {
|
||||
$prepend[$k] = array('url'=>$v['url']);
|
||||
}
|
||||
|
||||
return static::factory()
|
||||
return self::factory()
|
||||
->data($data)
|
||||
->jssort(TRUE)
|
||||
->page_items($rows)
|
||||
|
Reference in New Issue
Block a user