mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Merge branch 'rhymix:master' into master
This commit is contained in:
commit
e15c8f4e52
32 changed files with 99 additions and 63 deletions
|
|
@ -949,8 +949,8 @@ class DocumentController extends Document
|
|||
{
|
||||
$this->addGrant($obj->document_srl);
|
||||
}
|
||||
$output->add('document_srl',$obj->document_srl);
|
||||
$output->add('category_srl',$obj->category_srl);
|
||||
$output->add('document_srl', $obj->document_srl);
|
||||
$output->add('category_srl', $obj->category_srl);
|
||||
|
||||
return $output;
|
||||
}
|
||||
|
|
@ -1397,7 +1397,8 @@ class DocumentController extends Document
|
|||
// Remove the thumbnail file
|
||||
Rhymix\Framework\Storage::deleteDirectory(RX_BASEDIR . sprintf('files/thumbnails/%s', getNumberingPath($obj->document_srl, 3)));
|
||||
|
||||
$output->add('document_srl',$obj->document_srl);
|
||||
$output->add('document_srl', $obj->document_srl);
|
||||
$output->add('category_srl', $obj->category_srl);
|
||||
|
||||
//remove from cache
|
||||
self::clearDocumentCache($obj->document_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue