mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 01:23:41 +00:00
Fixes "Message: Class 'L10n' not found" in advancedcontentfilter
This commit is contained in:
parent
914b40f32e
commit
74047d2aef
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<?php
|
||||
use Friendica\Core\L10n;
|
||||
|
||||
$container = $slim->getContainer();
|
||||
|
||||
|
|
Loading…
Reference in a new issue