forked from GNUsocial/gnu-social
[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -34,7 +34,7 @@ if (!defined('GNUSOCIAL')) {
|
||||
if (!defined('STATUSNET')) { // Compatibility
|
||||
define('STATUSNET', true);
|
||||
}
|
||||
require_once INSTALLDIR . '/lib/common.php';
|
||||
require_once INSTALLDIR . '/lib/util/common.php';
|
||||
|
||||
final class oEmbedTest extends TestCase
|
||||
{
|
||||
|
Reference in New Issue
Block a user