Merge pull request #726 from annando/fix-advancedcontentfilter

Fixes "Message: Class 'L10n' not found" in advancedcontentfilter
This commit is contained in:
Hypolite Petovan 2018-08-30 20:59:28 -04:00 committed by GitHub
commit e2c27aed3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
use Friendica\Core\L10n;
$container = $slim->getContainer();