]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Fix mising require_once (now required here because of rearranging)
authorZach Copley <zach@status.net>
Tue, 1 Mar 2011 23:31:06 +0000 (15:31 -0800)
committerZach Copley <zach@status.net>
Tue, 1 Mar 2011 23:31:06 +0000 (15:31 -0800)
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';
 
 /**