Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix with_variable expression isStatic
  • Loading branch information
m-kuhn committed Jul 9, 2017
1 parent ad31087 commit dae0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/expression/qgsexpressionfunction.cpp
Expand Up @@ -4314,7 +4314,7 @@ bool QgsWithVariableExpressionFunction::isStatic( const QgsExpressionNodeFunctio
popTemporaryVariable( context );
}

return false;
return isStatic;
}

QVariant QgsWithVariableExpressionFunction::run( QgsExpressionNode::NodeList *args, const QgsExpressionContext *context, QgsExpression *parent )
Expand Down

0 comments on commit dae0bf8

Please sign in to comment.