mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
코드가 new Object으로만 작성된 코드에 대해서도 동일하게 BaseObject 호출하도록 추가.
This commit is contained in:
parent
f3f40f6859
commit
1803883e1d
9 changed files with 18 additions and 18 deletions
|
|
@ -302,7 +302,7 @@ class Advanced_MailerAdminView extends Advanced_Mailer
|
|||
$total_count = $count->data->count;
|
||||
$total_page = max(1, ceil($total_count / 20));
|
||||
|
||||
$output = new Object();
|
||||
$output = new BaseObject();
|
||||
$output->total_count = $total_count;
|
||||
$output->total_page = $total_page;
|
||||
$output->page = $page;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue