Merge https://github.com/friendica/red into pending_merge
This commit is contained in:
commit
e25a273100
@ -52,7 +52,7 @@
|
||||
[li]chatroom - data for the actual chat room[/li]
|
||||
[li]clients - OAuth usage[/li]
|
||||
[li]config - main configuration storage[/li]
|
||||
[li]conv - [/li]
|
||||
[li]conv - Diaspora private messages[/li]
|
||||
[li]event - Events[/li]
|
||||
[li]fcontact - friend suggestion stuff[/li]
|
||||
[li]ffinder - friend suggestion stuff[/li]
|
||||
|
@ -64,7 +64,7 @@ if(! $a->install) {
|
||||
// should leave it for admins to define for themselves.
|
||||
if (! $schema) {
|
||||
if(file_exists('view/theme/redbasic/schema/default.php')) {
|
||||
$schemefile = 'view/theme/redbasic/schema/' . 'default.php';
|
||||
$schemefile = 'view/theme/redbasic/schema/default.php';
|
||||
require_once ($schemefile);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user