Fix for #3651: oAuth apps list does only show the latest registered application
This commit is contained in:
parent
80da81ba14
commit
359f3ca113
|
@ -31,6 +31,9 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
|
|||
exit(1);
|
||||
}
|
||||
|
||||
require_once INSTALLDIR . '/lib/applicationlist.php';
|
||||
require_once INSTALLDIR . '/lib/statusnetoauthstore.php';
|
||||
|
||||
/**
|
||||
* Show a user's registered OAuth applications
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user