mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
Implement creating, renaming, and deleting scrap folders
This commit is contained in:
parent
cf0a5d019c
commit
4a5385a635
10 changed files with 226 additions and 10 deletions
|
|
@ -460,6 +460,7 @@ class memberView extends member
|
|||
Context::set('document_list', $output->data);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
Context::set('scrap_folders', $folders);
|
||||
Context::set('folder_srl', $folder_srl);
|
||||
|
||||
$security = new Security($output->data);
|
||||
$security->encodeHTML('..nick_name');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue