mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +09:00
issue 160 when document copy successed. message change to 'Copyied successfully'
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9267 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bd97f313b1
commit
a7be519581
2 changed files with 5 additions and 1 deletions
|
|
@ -1645,7 +1645,7 @@ class documentController extends document {
|
|||
$output = $oDocumentAdminController->copyDocumentModule($document_srl_list, $module_srl, $category_srl);
|
||||
if(!$output->toBool()) return new Object(-1, 'fail_to_move');
|
||||
|
||||
$msg_code = 'success_registed';
|
||||
$msg_code = 'success_copy';
|
||||
|
||||
} elseif($type =='delete') {
|
||||
$oDB = &DB::getInstance();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue