]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix for #3651: oAuth apps list does only show the latest registered application
authorJean Baptiste Favre <statusnet@jbfavre.org>
Sun, 26 Aug 2012 18:32:53 +0000 (20:32 +0200)
committerJean Baptiste Favre <statusnet@jbfavre.org>
Sat, 15 Jun 2013 12:19:15 +0000 (14:19 +0200)
actions/oauthappssettings.php

index a7a4b219a3ddaad9f8c76e0d54fb38db1a86475c..c93a0a1580a158a718ef84efd0dd68f115229d61 100644 (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
  *