From 403b1bf5e040809c5b37552ab0efc710e9b9372d Mon Sep 17 00:00:00 2001 From: real_nowhereman Date: Mon, 11 Oct 2010 10:26:36 +0000 Subject: [PATCH] YO DAWG I HEARD U LIKE FIXES SO I PUT A FIX IN YO FIX SO YOU CAN COMMIT WHILE YOU COMMIT --- fp-includes/core/core.draft.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fp-includes/core/core.draft.php b/fp-includes/core/core.draft.php index 6833fed..52eedb1 100644 --- a/fp-includes/core/core.draft.php +++ b/fp-includes/core/core.draft.php @@ -104,9 +104,9 @@ $new_entry = entry_prepare($entry); if ($new_entry['categories']) $new_entry['categories']=implode(',', $entry['categories']); - else unset($entry['categories']); + else unset($new_entry['categories']); - $string = utils_kimplode($entry); + $string = utils_kimplode($new_entry); if (!io_write_file($dd.EXT, $string)) {