Skip to content

Commit 8b6e544

Browse files
committedOct 7, 2016
fix typo 8815f2e
1 parent 8815f2e commit 8b6e544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/server/qgsserverprojectparser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,7 @@ void QgsServerProjectParser::addJoinLayersForElement( const QDomElement& layerEl
15411541
{
15421542
QString id = joinNodeList.at( i ).toElement().attribute( "joinLayerId" );
15431543
QgsMapLayer* layer = mapLayerFromLayerId( id );
1544-
if ( layer && !QgsMapLayerRegistry::instance()->mapLayer( id ))
1544+
if ( layer && !QgsMapLayerRegistry::instance()->mapLayer( id ) )
15451545
{
15461546
QgsMapLayerRegistry::instance()->addMapLayer( layer, false, false );
15471547
}

0 commit comments

Comments
 (0)
Please sign in to comment.