T
|
thesofa 12/11/2008 |
I found the same problem after using inline Add. |
![]() |
ficcionista 5/4/2009 |
I'm having the same problem and as i see there is still no answer to this question. |
L
|
laonian 5/4/2009 |
You need to tell the program at which Add/Edit mode the redirection should happen. Because you can't redirect in inline add / edit page, so it has to be simple Add/Edit page event. if (!$inline) { header("Location: your_redirect_page_url"); exit(); } |