Merge pull request #3987 from friendica/fabrixxm-patch-1

Missing 'use' in scripts/dbstructure
This commit is contained in:
Tobias Diekershoff 2017-12-01 10:14:15 +01:00 committed by GitHub
commit c9c103bdd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
require_once 'include/dbstructure.php';
use Friendica\App;
use Friendica\Core\Config;
$a = new App(dirname(__DIR__));