juliopontes / joomla-override

Plugin to Override Joomla Extensions (Modules and Components)
19 stars 17 forks source link

issue with K2: the parent class cose is executed after the overriding class #23

Open davidetaddei opened 9 years ago

davidetaddei commented 9 years ago

Hello again, I tested it also with K2 trying to override the view K2ViewItemlist.

I put the code in templates/mytemplate/code/com_k2/views/view.html.php and the code is executed, but then it is executed also the code of the core class.

Is it a normal behavior? I expected it was executed only the overrider class in templates/mytemplate/code/com_k2/views/view.html.php path.