mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Ensure BaseObject::setApp() whenever App is instantiated
This commit is contained in:
parent
87f2d18554
commit
354bec58c0
7 changed files with 16 additions and 9 deletions
|
@ -13,6 +13,7 @@ require_once "boot.php";
|
|||
require_once "include/dba.php";
|
||||
|
||||
$a = new App(dirname(__DIR__));
|
||||
BaseObject::setApp($a);
|
||||
|
||||
@include ".htconfig.php";
|
||||
dba::connect($db_host, $db_user, $db_pass, $db_data);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue