shared: looksquery: Fix incorrect varname in exception
This commit is contained in:
bovenliggende
890925929a
commit
b1f3e95622
@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
|
||||
}
|
||||
else
|
||||
{
|
||||
throw LooqsGeneralException("Unknown order specifier: " + order);
|
||||
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Laden…
Verwijs in nieuw issue
Block a user