]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/FileTag.php
Move L10n::t() calls to DI::l10n()->t() calls
[friendica.git] / src / Model / FileTag.php
index c7941db056412cafe05485257ef02aa98ba7baa3..662fdbdffb584708ddb25790043791f8e5cbb633 100644 (file)
@@ -262,7 +262,7 @@ class FileTag
                                DI::pConfig()->set($uid, 'system', 'filetags', $saved . '[' . self::encode($file) . ']');
                        }
 
-                       info(L10n::t('Item filed'));
+                       info(DI::l10n()->t('Item filed'));
                }
 
                return true;