mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 13:22:16 +09:00
Merge pull request #863 from qw5414/develop
#857 $widget_info->extra_var 를 new stdClass 처리부분제거
This commit is contained in:
commit
7d3aaf9f01
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