Index: openacs-4/packages/forums/tcl/forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/forums/tcl/forums-procs.tcl,v diff -u -r1.24.6.3 -r1.24.6.4 --- openacs-4/packages/forums/tcl/forums-procs.tcl 28 Sep 2016 18:34:12 -0000 1.24.6.3 +++ openacs-4/packages/forums/tcl/forums-procs.tcl 28 Sep 2016 18:40:00 -0000 1.24.6.4 @@ -180,7 +180,7 @@ select forum_id from forums_forums where forum_id = :forum_id and package_id = package_id }]} { set result true - } elseif {![info exists package_id] && [db_0or1row check_forum_id {} { + } elseif {![info exists package_id] && [db_0or1row check_forum_id { select forum_id from forums_forums where forum_id = :forum_id }]} { set result true