diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-25 18:42:03 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2012-11-25 18:42:03 +0400 |
| commit | cb93a5dee8f0d7acfbd2019983fe95101ad9cc3c (patch) | |
| tree | 04e62a1c3e6a4141e233d9943a794f20e663483a /include | |
| parent | 87764a50cf08f33008a0f83d91b4d807643db67c (diff) | |
fix inserting cached content on first update
Diffstat (limited to 'include')
| -rw-r--r-- | include/rssfuncs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php index b26495f67..e12044ea5 100644 --- a/include/rssfuncs.php +++ b/include/rssfuncs.php @@ -802,8 +802,8 @@ '$entry_link', '$entry_timestamp_fmt', '$entry_content', - '$entry_cached_content', '$content_hash', + '$entry_cached_content', $no_orig_date, NOW(), NOW(), |