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