Skip to content

Commit c5a2126

Browse files
author
jef
committed
fix wmc-c support broken in r15559
git-svn-id: http://svn.osgeo.org/qgis/trunk@15710 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 63cc61b commit c5a2126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgswmssourceselect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ void QgsWMSSourceSelect::addClicked()
528528
.arg( item->data( Qt::UserRole + 5 ).toInt() )
529529
.arg( item->data( Qt::UserRole + 6 ).toStringList().join( ";" ) );
530530

531-
if ( connInfo.startsWith( "username=" ) )
531+
if ( connInfo.startsWith( "username=" ) || connInfo.startsWith( "ignoreUrl=" ) )
532532
{
533533
connInfo.prepend( connArgs + "," );
534534
}

0 commit comments

Comments
 (0)