[geeklog-cvs] geeklog: Fixed updating feeds when a topic is deleted

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Dec 7 11:50:37 EST 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/aa674828dc38
changeset: 6494:aa674828dc38
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 07 17:04:33 2008 +0100
description:
Fixed updating feeds when a topic is deleted

diffstat:

1 file changed, 2 insertions(+), 2 deletions(-)
public_html/admin/topic.php |    4 ++--

diffs (14 lines):

diff -r 0ff7507bb972 -r aa674828dc38 public_html/admin/topic.php
--- a/public_html/admin/topic.php	Sun Dec 07 17:01:00 2008 +0100
+++ b/public_html/admin/topic.php	Sun Dec 07 17:04:33 2008 +0100
@@ -435,8 +435,8 @@
     DB_delete ($_TABLES['topics'], 'tid', $tid);
 
     // update feed(s) and Older Stories block
-    COM_rdfUpToDateCheck ('geeklog');
-    COM_olderStuff ();
+    COM_rdfUpToDateCheck('article');
+    COM_olderStuff();
 
     return COM_refresh ($_CONF['site_admin_url'] . '/topic.php?msg=14');
 }



More information about the geeklog-cvs mailing list