summaryrefslogtreecommitdiffstats
path: root/lib/plugins/Bugzilla.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/Bugzilla.cpp')
-rw-r--r--lib/plugins/Bugzilla.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/Bugzilla.cpp b/lib/plugins/Bugzilla.cpp
index bcdb7730..815abffa 100644
--- a/lib/plugins/Bugzilla.cpp
+++ b/lib/plugins/Bugzilla.cpp
@@ -979,7 +979,7 @@ void CReporterBugzilla::SetSettings(const map_plugin_settings_t& pSettings)
/* Should not be deleted (why?) */
const map_plugin_settings_t& CReporterBugzilla::GetSettings()
{
- m_pSettings["BugzillaURL"] = m_bugzilla_url;
+ m_pSettings["BugzillaURL"] = (m_bugzilla_url)? m_bugzilla_url: "";
m_pSettings["Login"] = (m_login)? m_login: "";
m_pSettings["Password"] = (m_password)? m_password: "";
m_pSettings["SSLVerify"] = m_ssl_verify ? "yes" : "no";