29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-08-03 17:50:26 +00:00

[4.4] Deprecation string (#41210)

https://github.com/joomla/joomla-cms/pull/38657
This commit is contained in:
Brian Teeman 2023-08-04 08:56:09 +01:00 committed by GitHub
parent 06f5629dfb
commit cd20b6367c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -425,7 +425,7 @@ abstract class CMSApplication extends WebApplication implements ContainerAwareIn
{
try {
Log::add(
sprintf('%s() is deprecated and will be removed in 5.0. Use JFactory->getApplication()->get() instead.', __METHOD__),
sprintf('%s() is deprecated and will be removed in 6.0. Use Factory->getApplication()->get() instead.', __METHOD__),
Log::WARNING,
'deprecated'
);