Changed static to self calls

This commit is contained in:
Deon George
2013-12-26 21:39:49 +11:00
parent a7fcddc48c
commit a23a19b581
9 changed files with 37 additions and 27 deletions

View File

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