diff options
author | Zach Copley <zach@status.net> | 2010-02-05 01:24:21 +0000 |
---|---|---|
committer | Zach Copley <zach@status.net> | 2010-02-05 03:18:45 +0000 |
commit | 208eec6511b13635b5feb8f100078f401cb0ce20 (patch) | |
tree | 9fcad228ef368de8572a8dee58ef3699df078d57 /classes | |
parent | 4379027432b4d35b60649624466a4c0e2abb5271 (diff) |
OAuth app name should not be null
Diffstat (limited to 'classes')
-rw-r--r-- | classes/statusnet.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/statusnet.ini b/classes/statusnet.ini index a535159e8..5f8da7cf5 100644 --- a/classes/statusnet.ini +++ b/classes/statusnet.ini @@ -353,7 +353,7 @@ notice_id = K id = 129 owner = 129 consumer_key = 130 -name = 2 +name = 130 description = 2 icon = 130 source_url = 2 |