Skip to content

Commit

Permalink
Revert "fix 1df9d7e"
Browse files Browse the repository at this point in the history
This reverts commit 3b9316d.
  • Loading branch information
rldhont committed Oct 10, 2016
1 parent 66035b6 commit 3b65a91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/qgsserverprojectparser.cpp
Expand Up @@ -242,7 +242,7 @@ QgsMapLayer* QgsServerProjectParser::createLayerFromElement( const QDomElement&
// Reload joins and expression fields
QgsVectorLayer* vlayer = dynamic_cast<QgsVectorLayer *>( layer );
QString subsetString = vlayer->subsetString();
layer->readLayerXml( const_cast<QDomElement&>( elem ) );
layer->readLayerXML( const_cast<QDomElement&>( elem ) );
vlayer->setSubsetString( subsetString );
}
return layer;
Expand Down

0 comments on commit 3b65a91

Please sign in to comment.