mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
isseu 2112 improve setRedirectUrl method
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10830 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1ba722b8d1
commit
d5a05fa70b
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
$ajaxRequestMethod = array_flip($this->ajaxRequestMethod);
|
||||
if(!isset($ajaxRequestMethod[Context::getRequestMethod()]))
|
||||
{
|
||||
$this->add('redirect_url', $url);
|
||||
$this->add('redirect_url', $url);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue