10-08-2018, 12:28 PM
Update: I've commented out this line in admin_pages.php, and pages now survive the listing. I just traced backwards from the "DELETE FROM pages" query
What does that line actually do? Is it safe to leave it commented out for now?
What does that line actually do? Is it safe to leave it commented out for now?
Code:
// //Delete pages from DB if not found
if (count($deletions) > 0) {
// deletePages($deletes);
}