From a49da32540652a19e2ef21f2db2cbed3bab935ff Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 26 May 2020 12:51:57 +0000 Subject: [PATCH] wip #3655 @0.5 --- inc/ws/Util/html5/master/class.ws.html5.compiler.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inc/ws/Util/html5/master/class.ws.html5.compiler.php b/inc/ws/Util/html5/master/class.ws.html5.compiler.php index 7da4f5f40..030f5396a 100644 --- a/inc/ws/Util/html5/master/class.ws.html5.compiler.php +++ b/inc/ws/Util/html5/master/class.ws.html5.compiler.php @@ -1248,8 +1248,7 @@ class wsHTML5Compiler $this->vdir->copyDirectory($d['dir'], $d['fdir']); } - $daoDoc = new wsDAODocument($core->con); - $daoDoc->getLinksAndRulers($this->book_id, $links, $rulers); + wsLinks::getLinksAndRulersFromFile($this->book_id, $links, $rulers); // Custom landing page content if ($this->book->parametres->landingPage != '') { -- 2.39.5