CMTV
Well-known member
Hi!
I have extended
At the end of my action I want to simply show current thread (with page refresh) (thread where my button was clicked):
The problem is that current thread is showing inside popup:
I need to simply refresh current thread page.
I have extended
Thread
class and added my own action...
methods.At the end of my action I want to simply show current thread (with page refresh) (thread where my button was clicked):
PHP:
return $this->redirectPermanently($this->buildLink('threads', $thread));
The problem is that current thread is showing inside popup:
I need to simply refresh current thread page.