织梦Call to a member function GetInnerText() on string

“include”-“customfields.func.php”文件,在第539行中把以下代码:

$fvalue = trim($ntag->GetInnerText());

修改为:

$fvalue = ($arcTag=="") ? trim($arcTag) : trim($arcTag->GetInnerText());

posted @ 2019-06-10 14:45  study_php_java_C++  阅读(666)  评论(0编辑  收藏  举报