]> git.mxchange.org Git - friendica.git/commit
Replace $this->l10n->t() with $this->t() for Modules
authorPhilipp <admin@philipp.info>
Thu, 18 Nov 2021 20:33:05 +0000 (21:33 +0100)
committerPhilipp <admin@philipp.info>
Thu, 18 Nov 2021 22:23:58 +0000 (23:23 +0100)
commitdab9e13c69ee0fe6cb4cdaed06510ca938c747ae
treef12b51c8d8bba355b29f925989f5d7f2281640b9
parent207662251d1cfeba6a42605048f7b044926dd56e
Replace $this->l10n->t() with $this->t() for Modules
23 files changed:
src/BaseModule.php
src/Module/Admin/Themes/Embed.php
src/Module/Admin/Tos.php
src/Module/Apps.php
src/Module/BaseNotifications.php
src/Module/Contact/Advanced.php
src/Module/Contact/Revoke.php
src/Module/Debug/Feed.php
src/Module/Diaspora/Receive.php
src/Module/Filer/SaveTag.php
src/Module/FriendSuggest.php
src/Module/Install.php
src/Module/Notifications/Introductions.php
src/Module/Notifications/Notifications.php
src/Module/RemoteFollow.php
src/Module/Search/Saved.php
src/Module/Security/Logout.php
src/Module/Security/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/AppSpecific.php
src/Module/Settings/TwoFactor/Recovery.php
src/Module/Settings/TwoFactor/Trusted.php
src/Module/Settings/TwoFactor/Verify.php
src/Module/Tos.php