@@ -145,7 +145,7 @@ public function getArgument($name, $default = null)
145145
146146 @trigger_error (
147147 \sprintf (
148- 'Numeric access to named event arguments is deprecated, and will not work in Joomla 6 . Event %s argument %s ' ,
148+ 'Numeric access to named event arguments is deprecated, and will not work in Joomla 7 . Event %s argument %s ' ,
149149 \get_class ($ this ),
150150 $ name
151151 ),
@@ -167,7 +167,7 @@ public function getArgument($name, $default = null)
167167 if (method_exists ($ this , $ methodName2 )) {
168168 @trigger_error (
169169 \sprintf (
170- 'Use method "%s" for value pre-processing is deprecated, and will not work in Joomla 6 . Use "%s" instead. Event %s ' ,
170+ 'Use method "%s" for value pre-processing is deprecated, and will not work in Joomla 7 . Use "%s" instead. Event %s ' ,
171171 $ methodName2 ,
172172 $ methodName1 ,
173173 \get_class ($ this )
@@ -210,7 +210,7 @@ public function setArgument($name, $value)
210210
211211 @trigger_error (
212212 \sprintf (
213- 'Numeric access to named event arguments is deprecated, and will not work in Joomla 6 . Event %s argument %s ' ,
213+ 'Numeric access to named event arguments is deprecated, and will not work in Joomla 7 . Event %s argument %s ' ,
214214 \get_class ($ this ),
215215 $ name
216216 ),
@@ -228,7 +228,7 @@ public function setArgument($name, $value)
228228 } elseif (method_exists ($ this , $ methodName2 )) {
229229 @trigger_error (
230230 \sprintf (
231- 'Use method "%s" for value pre-processing is deprecated, and will not work in Joomla 6 . Use "%s" instead. Event %s ' ,
231+ 'Use method "%s" for value pre-processing is deprecated, and will not work in Joomla 7 . Use "%s" instead. Event %s ' ,
232232 $ methodName2 ,
233233 $ methodName1 ,
234234 \get_class ($ this )
0 commit comments