summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 18b61d050..d1fe188dd 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -145,7 +145,7 @@ class ForumTestCase extends DrupalWebTestCase {
// Must remove forum topics to test creating orphan topics.
$vid = variable_get('forum_nav_vocabulary');
$tree = taxonomy_get_tree($vid);
- foreach($tree as $term) {
+ foreach ($tree as $term) {
taxonomy_term_delete($term->tid);
}