mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Issue 2157 setRedirectUrl method do not return 'object' when the request method is 'POST', and procLayoutAdminUpdate method is expected to return 'object' ($output). So, I fix it.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3@10920 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
9892444c15
commit
13ca9f6482
1 changed files with 2 additions and 1 deletions
|
|
@ -188,7 +188,8 @@
|
|||
$output = $this->updateLayout($args);
|
||||
if(!$output->toBool()) return $output;
|
||||
|
||||
return $this->setRedirectUrl(Context::get('error_return_url'), $output);
|
||||
$this->setRedirectUrl(Context::get('error_return_url'));
|
||||
return $output;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue