Fix mising require_once (now required here because of rearranging)

This commit is contained in:
Zach Copley 2011-03-01 15:31:06 -08:00
parent 243b396660
commit 5bf0c9f610
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ if (!defined('STATUSNET') && !defined('LACONICA')) {
exit(1);
}
require_once INSTALLDIR . '/lib/applicationlist.php';
require_once INSTALLDIR . '/lib/apioauthstore.php';
/**