* change the divider of order by, use ?\001 instead of |.
This commit is contained in:
@@ -277,7 +277,7 @@ EOT;
|
||||
}
|
||||
else
|
||||
{
|
||||
$orderBy = $fieldName . '|' . 'asc';
|
||||
$orderBy = $fieldName . '' . 'asc';
|
||||
}
|
||||
$link = helper::createLink($module, $method, sprintf($vars, $orderBy));
|
||||
echo html::a($link, $label);
|
||||
|
||||
Reference in New Issue
Block a user