Skip to content

Commit f92d98a

Browse files
committed
[6.0] Toolbar Deprecations
1 parent a547e10 commit f92d98a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/src/Toolbar/Toolbar.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ public function addButtonPath($path)
409409
{
410410
@trigger_error(
411411
\sprintf(
412-
'Registering lookup paths for toolbar buttons is deprecated and will be removed in Joomla 6.0.'
412+
'Registering lookup paths for toolbar buttons is deprecated and will be removed in Joomla 7.0.'
413413
. ' %1$s objects should be autoloaded or a custom %2$s implementation supporting path lookups provided.',
414414
ToolbarButton::class,
415415
ToolbarFactoryInterface::class
@@ -446,7 +446,7 @@ public function getButtonPath(): array
446446
{
447447
@trigger_error(
448448
\sprintf(
449-
'Lookup paths for %s objects is deprecated and will be removed in Joomla 6.0.',
449+
'Lookup paths for %s objects is deprecated and will be removed in Joomla 7.0.',
450450
ToolbarButton::class
451451
),
452452
E_USER_DEPRECATED

0 commit comments

Comments
 (0)