Skip to content

Commit bdf4f8e

Browse files
author
mhugent
committed
Fixed a bug that caused problems with info tool in wfs layers
git-svn-id: http://svn.osgeo.org/qgis/trunk@7054 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c3f15c3 commit bdf4f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/providers/wfs/qgswfsprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ bool QgsWFSProvider::getNextFeature(QgsFeature& feature)
104104
}
105105
else
106106
{
107-
return false;
107+
continue; //go for the next feature
108108
}
109109
}
110110
else

0 commit comments

Comments
 (0)