From 8d2638554716d99359f693ba9d6037d3f5716dce Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Thu, 5 Feb 2009 08:41:05 +0000 Subject: [PATCH] fixed a few distractions --- fp-includes/core/core.entry.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp-includes/core/core.entry.php b/fp-includes/core/core.entry.php index dcac95d..67e1841 100755 --- a/fp-includes/core/core.entry.php +++ b/fp-includes/core/core.entry.php @@ -714,7 +714,7 @@ // PHASE 3 : Update index $delete_cats = array(); $all_cats = @$entry['categories']; - $update_title = false; + $update_title = true; if ($old_entry = entry_parse($id)) { if ($all_cats) { $delete_cats = array_diff($old_entry['categories'], $all_cats); @@ -799,7 +799,7 @@ fs_delete_recursive($d); $obj =& entry_init(); - $obj->delete($id); + $obj->delete($id, entry_parse($id)); do_action('delete_post', $id);