diff options
author | friendica <info@friendica.com> | 2012-08-29 23:03:03 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-08-29 23:03:03 -0700 |
commit | f6d198ce5dcd9fe416975ff760439dfacbb83812 (patch) | |
tree | 77be24f7ab74dfcd62c2e621eb6f7568a78d8de6 /mod/api.php | |
parent | da49a27aa24b6a85b2623134884d933dc04e201b (diff) | |
download | volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.gz volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.tar.bz2 volse-hubzilla-f6d198ce5dcd9fe416975ff760439dfacbb83812.zip |
trim a bit of fat
Diffstat (limited to 'mod/api.php')
-rw-r--r-- | mod/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/api.php b/mod/api.php index ad75e6620..4fa911f14 100644 --- a/mod/api.php +++ b/mod/api.php @@ -87,7 +87,7 @@ function api_content(&$a) { if(! local_user()) { //TODO: we need login form to redirect to this page notice( t('Please login to continue.') . EOL ); - return login(false,$request->get_parameters()); + return login(false,'api-login',$request->get_parameters()); } //FKOAuth1::loginUser(4); |