issue 160 sort problem fixed

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9350 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ovclas 2011-09-27 02:16:16 +00:00
parent 3f429d852a
commit 839f5b53ba

View file

@ -585,11 +585,6 @@
$args->sort_index = $opt->sort_index;
$args->order_type = $opt->order_type;
// 검색 옵션 정리
$searchOpt->search_target = $opt->search_target;
$searchOpt->search_keyword = $opt->search_keyword;
$this->_setSearchOption($searchOpt, $args, $query_id, $use_division);
// Guhanhu total number of the article search page
$output = executeQuery('document.getDocumentPage', $args);
$count = $output->data->count;