[geeklog-hg] geeklog: Removed partial fix (it caused another problem) for bug...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Jan 18 10:27:56 EST 2013


changeset 8919:3c3e13784e1b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/3c3e13784e1b
user: Tom <websitemaster at cogeco.net>
date: Fri Jan 18 10:25:49 2013 -0500
description:
Removed partial fix (it caused another problem) for bug #0001486 where current topic is selected when admin creates a new article. For now just default topic is used.

diffstat:

 public_html/admin/story.php |  2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diffs (12 lines):

diff -r 6f72c779b74f -r 3c3e13784e1b public_html/admin/story.php
--- a/public_html/admin/story.php	Fri Jan 18 10:23:22 2013 -0500
+++ b/public_html/admin/story.php	Fri Jan 18 10:25:49 2013 -0500
@@ -833,8 +833,6 @@
     }
 }
 
-// Get last topic (this is needed in case Story Admin clicks on Contribute menu top link)
-TOPIC_getTopic();
 
 $display = '';
 if (($mode == $LANG_ADMIN['delete']) && !empty ($LANG_ADMIN['delete'])) {



More information about the geeklog-cvs mailing list