Merge pull request #4425 from MrPetovan/develop

[Hotfix] Add missing require in include/text
This commit is contained in:
Hypolite Petovan 2018-02-08 20:00:57 -05:00 committed by GitHub
commit d0c4df80b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ use Friendica\Util\DateTimeFormat;
use Friendica\Util\Map;
require_once "mod/proxy.php";
require_once "include/event.php";
require_once "include/conversation.php";
/**