forked from GNUsocial/gnu-social
[LIB_REFACTOR] Fix requires
This commit is contained in:
committed by
Diogo Cordeiro
parent
58bde08425
commit
b41f9620fa
@@ -352,7 +352,7 @@ class GNUsocial
|
||||
protected static function defaultConfig()
|
||||
{
|
||||
global $_server, $_path;
|
||||
require(INSTALLDIR . '/lib/default.php');
|
||||
require(INSTALLDIR . '/lib/util/default.php');
|
||||
return $default;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user