fix var_dump

This commit is contained in:
Laurent Destailleur 2020-05-04 14:29:57 +02:00
parent 358bc6d5df
commit f6e0553093

View File

@ -282,7 +282,6 @@ $searchkey = GETPOST('searchstring', 'none');
if ($action == 'replacesiteconfirm') {
$listofpages = getPagesFromSearchCriterias('', $algo, $searchkey, 1000, $sortfield, $sortorder);
var_dump($listofpages);
}