From 25eca400e8f7240829fa1e9843b1304e611e80db Mon Sep 17 00:00:00 2001 From: garvinhicking Date: Mon, 20 Feb 2006 13:44:02 +0000 Subject: [PATCH] fix entry id --- include/functions_config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions_config.inc.php b/include/functions_config.inc.php index 9dcd0c9..9e25b99 100644 --- a/include/functions_config.inc.php +++ b/include/functions_config.inc.php @@ -571,7 +571,7 @@ function serendipity_iframe(&$entry, $mode = null, $use_smarty = true) { // it needs to be stored with the new ID. echo ''; } - $entrylink = serendipity_archiveURL($entry['id'], $entry['title'], 'serendipityHTTPPath', true, array('timestamp' => $entry['timestamp'])); + $entrylink = serendipity_archiveURL($res, $entry['title'], 'serendipityHTTPPath', true, array('timestamp' => $entry['timestamp'])); echo '
' . ENTRY_SAVED . ' (' . VIEW . ')
'; } echo '
'; -- 2.39.5