Trivial typo - concatenated string that should be. Doesn't really

deserve it's own commit, but if I don't fix it now, nobody will notice for
another18 months.
This commit is contained in:
Thomas Willingham 2014-09-16 00:55:41 +01:00
parent c841714ba5
commit d2a4b34c98
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
[li]chatroom - data for the actual chat room[/li] [li]chatroom - data for the actual chat room[/li]
[li]clients - OAuth usage[/li] [li]clients - OAuth usage[/li]
[li]config - main configuration storage[/li] [li]config - main configuration storage[/li]
[li]conv - [/li] [li]conv - Diaspora private messages[/li]
[li]event - Events[/li] [li]event - Events[/li]
[li]fcontact - friend suggestion stuff[/li] [li]fcontact - friend suggestion stuff[/li]
[li]ffinder - friend suggestion stuff[/li] [li]ffinder - friend suggestion stuff[/li]

View File

@ -64,7 +64,7 @@ if(! $a->install) {
// should leave it for admins to define for themselves. // should leave it for admins to define for themselves.
if (! $schema) { if (! $schema) {
if(file_exists('view/theme/redbasic/schema/default.php')) { 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); require_once ($schemefile);
} }
} }