From ff760f005d1943cec0630e7cae06ec2f0411cdfe Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 6 Jun 2006 20:23:03 +0000
Subject: [PATCH] - Patch #67146 by webchick: fixed upgrade path.

---
 database/updates.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/database/updates.inc b/database/updates.inc
index f0249be0f614..a9f153b30617 100644
--- a/database/updates.inc
+++ b/database/updates.inc
@@ -2064,7 +2064,7 @@ function system_update_185() {
   // Make the forum's vocabulary the highest in list, if present
   $ret = array();
 
-  if ($vid = variable_get('forum_nav_vocabulary', 0) {
+  if ($vid = variable_get('forum_nav_vocabulary', 0)) {
     db_query('UPDATE {vocabulary} SET weight = %d WHERE vid = %d', -10, $vid);
   }
 
-- 
GitLab