diff options
author | Friendika <info@friendika.com> | 2011-07-29 17:01:57 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-07-29 17:01:57 -0700 |
commit | 829dc2446477fcac0e8d2cde26e3cc4fed52e4fd (patch) | |
tree | 1041d24b8aaef0b18aeef8ede57e2587d6837b92 | |
parent | c9d17c78a6d10f73baac19e2735e025642f6334a (diff) | |
download | volse-hubzilla-829dc2446477fcac0e8d2cde26e3cc4fed52e4fd.tar.gz volse-hubzilla-829dc2446477fcac0e8d2cde26e3cc4fed52e4fd.tar.bz2 volse-hubzilla-829dc2446477fcac0e8d2cde26e3cc4fed52e4fd.zip |
api/statusnet/config does not require login
-rw-r--r-- | include/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/api.php b/include/api.php index bc981646d..df15965e7 100644 --- a/include/api.php +++ b/include/api.php @@ -586,5 +586,5 @@ return api_apply_template('config', $type, array('$config' => $config)); } - api_register_func('api/statusnet/config','api_statusnet_config',true); + api_register_func('api/statusnet/config','api_statusnet_config',false); |