From: Jean Baptiste Favre Date: Sun, 26 Aug 2012 18:32:53 +0000 (+0200) Subject: Fix for #3651: oAuth apps list does only show the latest registered application X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=359f3ca1137aa756bbeb096ef2c39379264ab228;p=quix0rs-gnu-social.git Fix for #3651: oAuth apps list does only show the latest registered application --- 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 *