shared: looksquery: Fix incorrect varname in exception
This commit is contained in:
父節點
890925929a
當前提交
b1f3e95622
@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
|
||||
}
|
||||
else
|
||||
{
|
||||
throw LooqsGeneralException("Unknown order specifier: " + order);
|
||||
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
載入中…
新增問題並參考
Block a user