Skip to content

Commit

Permalink
This is a configenum, not multienum.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 29, 2015
1 parent f0c5691 commit c899db0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions horde/config/conf.xml
Expand Up @@ -1899,13 +1899,13 @@
<configstring name="key" desc="API Key. For information on registration
and obtaining an API key for this driver, see
http://worldweatheronline.com"></configstring>
<configmultienum name="apiversion" desc="Select the API version to use.
<configenum name="apiversion" desc="Select the API version to use.
See your WWO registration details if you are not sure which to choose.">1
<values>
<value>1</value>
<value>2</value>
</values>
</configmultienum>
</configenum>
<configinteger name="lifetime" desc="Lifetime of the cached weather information, in seconds.">21600
</configinteger>
</configsection>
Expand Down

0 comments on commit c899db0

Please sign in to comment.