[LIB_REFACTOR] Fix requires

This commit is contained in:
Miguel Dantas
2019-08-23 13:36:02 +01:00
committed by Diogo Cordeiro
parent 58bde08425
commit b41f9620fa
105 changed files with 123 additions and 123 deletions

View File

@@ -31,7 +31,7 @@
if (!defined('GNUSOCIAL')) { exit(1); }
require_once dirname(__DIR__) . '/twitter.php';
require_once INSTALLDIR . '/lib/oauthclient.php';
require_once INSTALLDIR . '/lib/util/oauthclient.php';
/**
* Class for doing OAuth authentication against Twitter