trim a bit of fat

This commit is contained in:
friendica
2012-08-29 23:03:03 -07:00
parent da49a27aa2
commit f6d198ce5d
23 changed files with 86 additions and 1805 deletions

View File

@@ -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);