Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update src/server/services/wms/qgswmsparameters.cpp
Co-authored-by: Alessandro Pasotti <elpaso@itopen.it>
  • Loading branch information
mhugent and elpaso committed Apr 21, 2023
1 parent 18976bb commit 7d27d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/wms/qgswmsparameters.cpp
Expand Up @@ -2337,7 +2337,7 @@ namespace QgsWms
const QMap<QgsWmsParameters::PdfFormatOption, QString> options = formatOptions<QgsWmsParameters::PdfFormatOption>();
if ( options.contains( PdfFormatOption::EXPORT_THEMES ) )
{
themes = options[PdfFormatOption::EXPORT_THEMES].split( "," );
themes = options[PdfFormatOption::EXPORT_THEMES].split( ',' );
}
return themes;
}
Expand Down

0 comments on commit 7d27d6b

Please sign in to comment.