From a7c170be109f7beb3e60a168e6b2e8a2a7d6726e Mon Sep 17 00:00:00 2001 From: Eric Marguin Date: Tue, 30 Jan 2007 13:12:18 +0100 Subject: [PATCH] [svn r11016] fix a bug when answering a thread in the lp --- main/forum/reply.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/forum/reply.php b/main/forum/reply.php index 9b6d4fe2b4..764d6023bb 100644 --- a/main/forum/reply.php +++ b/main/forum/reply.php @@ -223,8 +223,8 @@ if (!empty($values) AND $_POST['SubmitPost']) FOOTER ============================================================================== */ - -Display :: display_footer(); +if($origin!='learnpath') + Display :: display_footer(); ?>