[geonames] Update config file style/name

This commit is contained in:
Hypolite Petovan 2018-11-25 02:11:53 -05:00
parent 48616e1db0
commit b87b840db5
4 changed files with 18 additions and 17 deletions

View file

@ -7,7 +7,7 @@
*
*
* Pre-requisite: Register a username at geonames.org
* and set in config/addon.ini.php
* and set in config/addon.config.php
*
* [geonames]
* username = your_username
@ -78,7 +78,7 @@ function geonames_uninstall() {
function geonames_load_config(\Friendica\App $a)
{
$a->loadConfigFile(__DIR__. '/config/geonames.ini.php');
$a->loadConfigFile(__DIR__. '/config/geonames.config.php');
}
function geonames_post_hook($a, &$item) {