is \XF\Pub\Controller\AbstractController extendable or not?

  • Thread starter Thread starter Earl
  • Start date Start date

Earl

Guest
Member
I am trying to override isDiscouraged method in \Pub\AbstractController class.
Everything looks good, but debugger not pause the execution at the breakpoint in extended code. the method (isDiscouraged) in base class executed correctly, but at the end of the code, it does not jump into my extended code.

I really appriciate if anyone can suggest a way to find what's wrong with it.

Continue reading...

Continue reading...
 
Top