From: garvinhicking Date: Mon, 20 Feb 2006 13:44:02 +0000 (+0000) Subject: fix entry id X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=25eca400e8f7240829fa1e9843b1304e611e80db;p=s9y.git fix entry id --- 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 '
';