Fix limit
This commit is contained in:
parent
7061e9b4cb
commit
f0892b08b8
@ -67,7 +67,7 @@ $websitepagestatic = new WebsitePage($db);
|
|||||||
|
|
||||||
$db->begin();
|
$db->begin();
|
||||||
|
|
||||||
$listofpages = $websitepagestatic->fetchAll($website->id, '', $max);
|
$listofpages = $websitepagestatic->fetchAll($website->id, '', '', $max);
|
||||||
|
|
||||||
global $dolibarr_main_data_root;
|
global $dolibarr_main_data_root;
|
||||||
$pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref;
|
$pathofwebsite = $dolibarr_main_data_root.'/website/'.$websiteref;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user