mirror of
https://github.com/friendica/friendica
synced 2025-04-19 05:50:10 +00:00
4) Adding Factories to other entrypoints
This commit is contained in:
parent
4af0119b73
commit
1e0e1674f2
20 changed files with 100 additions and 58 deletions
|
@ -103,7 +103,7 @@ class Install extends BaseModule
|
|||
return;
|
||||
}
|
||||
|
||||
self::$installer->installDatabase();
|
||||
self::$installer->installDatabase($a->getBasePath());
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue