Bugfix for issue 3242 - forgotten "use"

This commit is contained in:
Michael 2017-03-19 22:58:35 +00:00
parent 65f809f5cb
commit b42a977894
1 changed files with 3 additions and 0 deletions

View File

@ -1,4 +1,7 @@
<?php
use \Friendica\Core\Config;
require_once("boot.php");
require_once("include/text.php");