mirror of
https://github.com/friendica/friendica
synced 2025-03-13 15:08:26 +00:00
Merge pull request #3987 from friendica/fabrixxm-patch-1
Missing 'use' in scripts/dbstructure
This commit is contained in:
commit
c9c103bdd7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
require_once 'include/dbstructure.php';
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Config;
|
||||
|
||||
$a = new App(dirname(__DIR__));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue