fix var_dump
This commit is contained in:
parent
358bc6d5df
commit
f6e0553093
@ -282,7 +282,6 @@ $searchkey = GETPOST('searchstring', 'none');
|
|||||||
|
|
||||||
if ($action == 'replacesiteconfirm') {
|
if ($action == 'replacesiteconfirm') {
|
||||||
$listofpages = getPagesFromSearchCriterias('', $algo, $searchkey, 1000, $sortfield, $sortorder);
|
$listofpages = getPagesFromSearchCriterias('', $algo, $searchkey, 1000, $sortfield, $sortorder);
|
||||||
var_dump($listofpages);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user