* [bug#63668] Locate zentaolist page in export doc word.

This commit is contained in:
xieqiyu
2025-06-26 02:37:29 +00:00
parent 3181fea8b9
commit 2d486fcfff
+2
View File
@@ -253,6 +253,8 @@ class doc extends control
$blockData = $this->doc->getZentaoList($blockID);
if(!$blockData) return $this->lang->notFound;
if(!helper::isAjaxRequest('fetch')) return $this->locate(inlink('zentaoList', "type={$blockData->type}&blockID={$blockID}"));
if(empty($blockData->title))
{
if($blockData->extra == 'fromTemplate')