Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into develop
This commit is contained in:
commit
f7fc89a9d2
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user