From: vincent@cubedesigners.com Date: Tue, 26 May 2020 12:51:57 +0000 (+0000) Subject: wip #3655 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a49da32540652a19e2ef21f2db2cbed3bab935ff;p=cubeextranet.git wip #3655 @0.5 --- 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 != '') {