]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/oauthconnectionssettings.php
Fix mising require_once (now required here because of rearranging)
[quix0rs-gnu-social.git] / actions / oauthconnectionssettings.php
index b2e6f713a95dded43d15ef948fa5bca4fe75a6be..bcef773ac6fe5a787f3d0d7070d73a026decbe93 100644 (file)
@@ -31,6 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
     exit(1);
 }
 
+require_once INSTALLDIR . '/lib/applicationlist.php';
 require_once INSTALLDIR . '/lib/apioauthstore.php';
 
 /**