mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-30 15:52:17 +09:00
Update to pagination properties - value was sent as Object instead of string.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8660 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f47ea5deac
commit
532d8bc21e
2 changed files with 4 additions and 1 deletions
|
|
@ -14,6 +14,7 @@
|
|||
//$dbParser = XmlQueryParser::getDBParser();
|
||||
//$index->attrs->default = $dbParser->parseExpression($index->attrs->default);
|
||||
$this->default = $index->attrs->default;
|
||||
require_once(_XE_PATH_.'classes/xml/xmlquery/queryargument/QueryArgument.class.php');
|
||||
require_once(_XE_PATH_.'classes/xml/xmlquery/queryargument/SortQueryArgument.class.php');
|
||||
$this->argument = new QueryArgument($index);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue