[geeklog-cvs] geeklog: Saving a story tried to update a feed of type 'geeklog'...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Tue Oct 14 17:25:20 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/3c2463b7162f
changeset: 6453:3c2463b7162f
user:      Dirk Haun <dirk at haun-online.de>
date:      Tue Oct 14 22:59:36 2008 +0200
description:
Saving a story tried to update a feed of type 'geeklog' instead of 'article' (reported by Tom Homer)

diffstat:

2 files changed, 3 insertions(+), 1 deletion(-)
public_html/docs/history |    2 ++
system/lib-story.php     |    2 +-

diffs (24 lines):

diff -r e592515b56a0 -r 3c2463b7162f public_html/docs/history
--- a/public_html/docs/history	Sun Oct 12 20:13:29 2008 +0200
+++ b/public_html/docs/history	Tue Oct 14 22:59:36 2008 +0200
@@ -3,6 +3,8 @@
 ??? ??, 2008 (1.5.2)
 ------------
 
+- Saving a story tried to update a feed of type 'geeklog' instead of 'article'
+  (reported by Tom Homer)
 - Delete a feed's file when deleting a feed (bug #0000758) [Dirk]
 - The {start_storylink_anchortag} variable in the story templates was missing
   a '>' (reported by Michael Brusletten) [Dirk]
diff -r e592515b56a0 -r 3c2463b7162f system/lib-story.php
--- a/system/lib-story.php	Sun Oct 12 20:13:29 2008 +0200
+++ b/system/lib-story.php	Tue Oct 14 22:59:36 2008 +0200
@@ -1210,7 +1210,7 @@
         }
 
         // update feed(s) and Older Stories block
-        COM_rdfUpToDateCheck ('geeklog', $story->DisplayElements('tid'), $sid);
+        COM_rdfUpToDateCheck('article', $story->DisplayElements('tid'), $sid);
         COM_olderStuff ();
 
         if ($story->type == 'submission') {



More information about the geeklog-cvs mailing list