mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#19258648 widget.controller.php strlen 오류 해결
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@8143 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
47d4ddf413
commit
c9edde0277
1 changed files with 1 additions and 0 deletions
|
|
@ -555,6 +555,7 @@
|
|||
$attribute = array();
|
||||
if($args) {
|
||||
foreach($args as $key => $val) {
|
||||
if(!is_string($val . "")) continue;
|
||||
if(in_array($key, array('class','style','widget_padding_top','widget_padding_right','widget_padding_bottom','widget_padding_left','widget'))) continue;
|
||||
if(strlen($val)==0) continue;
|
||||
if(strpos($val,'|@|')>0) $val = str_replace('|@|',',',$val);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue