dedecms中自定義模型遇到錯誤Fatal error: Call to a member function GetInnerText() on a non-object

自定義模型遇到錯誤

Fatal error: Call to a member function GetInnerText() on a non-object in \include\taglib\channel\img.lib.php on line 42
 

 將 $innerTmp = $arcTag->GetInnerText();替換爲


 //揚帆修復bug 2010-4-23 16:46
  if($arcTag=="")
        {$innerTmp = trim($arcTag);}
     else
        {$innerTmp = trim($arcTag->GetInnerText());}

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章