mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 00:32:15 +09:00
Clean up
This commit is contained in:
parent
3b31830998
commit
e65bbbf508
2 changed files with 2 additions and 2 deletions
|
|
@ -419,7 +419,7 @@ class memberView extends member
|
|||
if(!count($folders))
|
||||
{
|
||||
$output = getController('member')->migrateMemberScrappedDocuments($logged_info->member_srl);
|
||||
if(!$output->toBool())
|
||||
if($output && !$output->toBool())
|
||||
{
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue