mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#857 $widget_info->extra_var 를 new stdClass 처리부분제거
This commit is contained in:
parent
b5226da402
commit
c9dc416c60
1 changed files with 0 additions and 1 deletions
|
|
@ -205,7 +205,6 @@ class widgetModel extends widget
|
|||
$extra_var_count = count($extra_vars);
|
||||
|
||||
$buff .= sprintf('$widget_info->extra_var_count = "%s";', $extra_var_count);
|
||||
$buff .= '$widget_info->extra_var = new stdClass;';
|
||||
for($i=0;$i<$extra_var_count;$i++)
|
||||
{
|
||||
unset($var);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue