r10347 add missing return code

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10380 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2012-03-08 01:21:47 +00:00
parent 98ea5e352a
commit 4a487ba772
5 changed files with 5 additions and 1 deletions

View file

@ -526,6 +526,7 @@
$buff->page = $page;
$buff->data = array();
$buff->page_navigation = new PageHandler($total_count, $total_page, $page, $page_count);
return $buff;
}
$start_count = ($page - 1) * $list_count;