changed: ticket plugin: redirect type in editticket winix function (when there is 'close' parameter)

fixed:   prototype doesn't work with jquery (in ticket winix function)
         (prototype was loaded for lightbox)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@908 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-11-04 22:39:02 +00:00
parent 0045c6c72c
commit 32750a7d50
2 changed files with 4 additions and 1 deletions

View File

@@ -207,7 +207,7 @@ void EditTicket::MakeGet()
if( cur->request->IsParam(L"close") )
{
CloseTicket();
system->RedirectToLastItem();
ticket_info->MakeRedirectIfPossible(*cur->request->last_item);
}
else
{