[geeklog-cvs] geeklog: Fixed updating feeds after changing topic permissions (...

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


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/0ff7507bb972
changeset: 6493:0ff7507bb972
user:      Dirk Haun <dirk at haun-online.de>
date:      Sun Dec 07 17:01:00 2008 +0100
description:
Fixed updating feeds after changing topic permissions (bug #0000779)

diffstat:

2 files changed, 3 insertions(+), 2 deletions(-)
public_html/admin/topic.php |    4 ++--
public_html/docs/history    |    1 +

diffs (25 lines):

diff -r c6164068baad -r 0ff7507bb972 public_html/admin/topic.php
--- a/public_html/admin/topic.php	Sat Dec 06 21:31:14 2008 +0100
+++ b/public_html/admin/topic.php	Sun Dec 07 17:01:00 2008 +0100
@@ -282,8 +282,8 @@
         DB_save($_TABLES['topics'],'tid, topic, imageurl, sortnum, limitnews, is_default, archive_flag, owner_id, group_id, perm_owner, perm_group, perm_members, perm_anon',"'$tid', '$topic', '$imageurl','$sortnum','$limitnews',$is_default,'$is_archive',$owner_id,$group_id,$perm_owner,$perm_group,$perm_members,$perm_anon");
 
         // update feed(s) and Older Stories block
-        COM_rdfUpToDateCheck ('geeklog', $tid);
-        COM_olderStuff ();
+        COM_rdfUpToDateCheck('article', $tid);
+        COM_olderStuff();
 
         $retval = COM_refresh ($_CONF['site_admin_url'] . '/topic.php?msg=13');
     } else {
diff -r c6164068baad -r 0ff7507bb972 public_html/docs/history
--- a/public_html/docs/history	Sat Dec 06 21:31:14 2008 +0100
+++ b/public_html/docs/history	Sun Dec 07 17:01:00 2008 +0100
@@ -3,6 +3,7 @@
 ??? ??, 2008 (1.5.2)
 ------------
 
+- Fixed updating feeds after changing topic permissions (bug #0000779) [Dirk]
 - The security token was missing from the trackback editor template file
   (reported and patch provided by hiroron, bug #0000778)
 - Removed rel="tag" from topic links in lib-story.php as that would indicate a



More information about the geeklog-cvs mailing list