Skip to content

Commit

Permalink
layout
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 15, 2021
1 parent 3939840 commit 41da71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -1787,7 +1787,7 @@ static QVariant fcnRepresentAttributes( const QVariantList &values, const QgsExp
QVariant cache;
if ( context )
{
const QString cacheKey = QStringLiteral( "repvalfcn:%1:%2" ).arg( layer->id() , fieldName );
const QString cacheKey = QStringLiteral( "repvalfcn:%1:%2" ).arg( layer->id(), fieldName );

if ( !context->hasCachedValue( cacheKey ) )
{
Expand Down

0 comments on commit 41da71e

Please sign in to comment.