File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments