diff options
-rw-r--r-- | database/updates.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/updates.inc b/database/updates.inc index 07774956a..f43cf57e5 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -1667,4 +1667,5 @@ function system_update_175() { $path->dst = urldecode($path->dst); db_query("UPDATE {url_alias} SET dst = '%s', src = '%s' WHERE pid = %d", $path->dst, $path->src, $path->pid); } + return array(); } |