From 4284f28dec00a9391705bfd742a061720f8590ed Mon Sep 17 00:00:00 2001 From: Jean Baptiste Favre Date: Sun, 26 Aug 2012 20:32:53 +0200 Subject: [PATCH] Fix for #3651: oAuth apps list does only show the latest registered application --- actions/oauthappssettings.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/actions/oauthappssettings.php b/actions/oauthappssettings.php index a7a4b219a3..c93a0a1580 100644 --- a/actions/oauthappssettings.php +++ b/actions/oauthappssettings.php @@ -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 *