Move L10n::t() calls to DI::l10n()->t() calls
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user