Fix for #3651: oAuth apps list does only show the latest registered application

This commit is contained in:
Jean Baptiste Favre 2012-08-26 20:32:53 +02:00
parent 80da81ba14
commit 359f3ca113
1 changed files with 3 additions and 0 deletions

View File

@ -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
*