- Patch #67146 by webchick: fixed upgrade path.
parent
226eed7047
commit
ff760f005d
|
@ -2064,7 +2064,7 @@ function system_update_185() {
|
||||||
// Make the forum's vocabulary the highest in list, if present
|
// Make the forum's vocabulary the highest in list, if present
|
||||||
$ret = array();
|
$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);
|
db_query('UPDATE {vocabulary} SET weight = %d WHERE vid = %d', -10, $vid);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue