From cb93a5dee8f0d7acfbd2019983fe95101ad9cc3c Mon Sep 17 00:00:00 2001
From: Andrew Dolgov <fox@madoka.volgo-balt.ru>
Date: Sun, 25 Nov 2012 18:42:03 +0400
Subject: [PATCH] fix inserting cached content on first update

---
 include/rssfuncs.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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(),
-- 
GitLab