mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
issue 126 add type in widgetstyle simple content
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9880 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7ffb755090
commit
60f6146e45
1 changed files with 1 additions and 1 deletions
|
|
@ -647,7 +647,7 @@
|
|||
$widgetStyle_info = $oWidgetModel->getWidgetStyleInfo($request_vars->widgetstyle);
|
||||
if(count($widgetStyle_info->extra_var)) {
|
||||
foreach($widgetStyle_info->extra_var as $key=>$val) {
|
||||
if($val->type =='color' || $val->type =='text' || $val->type =='select' || $val->type =='filebox'){
|
||||
if($val->type =='color' || $val->type =='text' || $val->type =='select' || $val->type =='filebox' || $val->type == 'textarea'){
|
||||
$vars->{$key} = trim($request_vars->{$key});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue