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

View File

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