mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 08:14:25 +02: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