- Patch #67146 by webchick: fixed upgrade path.

5.x
Dries Buytaert 2006-06-06 20:23:03 +00:00
parent 226eed7047
commit ff760f005d
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}