mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
faceoff support
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@8953 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
236bb1528b
commit
56b95cdb40
5 changed files with 55 additions and 50 deletions
|
|
@ -496,6 +496,8 @@
|
|||
if(!move_uploaded_file($file['tmp_name'], $user_layout_path . 'faceoff.tar')) exit();
|
||||
|
||||
$this->importLayout($layout_srl, $user_layout_path.'faceoff.tar');
|
||||
|
||||
$this->setRedirectUrl(Context::get('error_return_url'));
|
||||
}
|
||||
|
||||
function importLayout($layout_srl, $source_file) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue