shared: looksquery: Fix incorrect varname in exception

Este commit está contenido en:
Albert S. 2021-10-25 17:18:11 +02:00
padre 890925929a
commit b1f3e95622
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -128,7 +128,7 @@ QVector<SortCondition> createSortConditions(QString sortExpression)
}
else
{
throw LooqsGeneralException("Unknown order specifier: " + order);
throw LooqsGeneralException("Unknown order specifier: " + orderstr);
}
}
else