From 962d013395c3de97e468d11abb3a3c9f9bd1d2ca Mon Sep 17 00:00:00 2001
From: tjhunt <tjhunt>
Date: Tue, 24 Jul 2007 10:43:23 +0000
Subject: [PATCH] Oops, typo in one half of the previous commit. See, that is
 why duplicated code is bad for maintenance!

---
 mod/forum/index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mod/forum/index.php b/mod/forum/index.php
index 9eaaccb329..c6bf70ca00 100644
--- a/mod/forum/index.php
+++ b/mod/forum/index.php
@@ -394,6 +394,7 @@
                             $sublink = "<a title=\"$subtitle\" href=\"subscribe.php?id=$forum->id\">$subscribed</a>";
                         }
                     }
+                    $row[] = $sublink;
                 }
                 
                 //If this forum has RSS activated, calculate it
-- 
2.39.5