mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +09:00
#18642061 : fixed setting duration_new vlaue to widget info
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7254 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a64e4e617d
commit
4b828570a4
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@
|
|||
$widget_info->subject_cut_size = $args->subject_cut_size;
|
||||
$widget_info->content_cut_size = $args->content_cut_size;
|
||||
|
||||
$widget_info->duration_new = $duration_new * 60*60;
|
||||
$widget_info->duration_new = $args->duration_new * 60*60;
|
||||
$widget_info->thumbnail_type = $args->thumbnail_type;
|
||||
$widget_info->thumbnail_width = $args->thumbnail_width;
|
||||
$widget_info->thumbnail_height = $args->thumbnail_height;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue