Fix up custom_url_handler to not show as invalid

This commit is contained in:
Chris Jones 2012-10-17 15:33:15 -07:00
parent da3a14a55e
commit 68847a9bb9
1 changed files with 3 additions and 0 deletions

View File

@ -474,6 +474,9 @@ class ConfigBase(Borg):
keytype = '%s(default=%s)' % (keytype, value)
if key == 'custom_url_handler':
keytype = 'string(default="")'
section[key] = keytype
configspecdata['global_config'] = section