Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur 2020-06-06 19:46:59 +02:00
commit f7fc89a9d2

View File

@ -67,7 +67,7 @@ $websitepagestatic = new WebsitePage($db);
$db->begin();
$listofpages = $websitepagestatic->fetchAll($website->id, '', $max);
$listofpages = $websitepagestatic->fetchAll($website->id, '', '', $max);
global $dolibarr_main_data_root;
$pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref;