diff options
author | Evan Prodromou <evan@status.net> | 2009-09-16 11:46:10 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-10-21 22:47:19 -0400 |
commit | 7b227fd1c06ff6f3ba078b73348dd02419d44e38 (patch) | |
tree | 486b856b8a4a301eee63d08bd2542461b5f059d5 /lib/default.php | |
parent | b6b245dc0be75a3358fee560a40a54e280e4f2a7 (diff) |
start getting locations from remote services
Diffstat (limited to 'lib/default.php')
-rw-r--r-- | lib/default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/default.php b/lib/default.php index 30e43eefb..c896d5408 100644 --- a/lib/default.php +++ b/lib/default.php @@ -229,4 +229,6 @@ $default = array('contentlimit' => null), 'http' => array('client' => 'curl'), // XXX: should this be the default? + 'location' => + array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth ); |