aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--install/update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php
index 18729f581..c36864908 100644
--- a/install/update.php
+++ b/install/update.php
@@ -1458,7 +1458,7 @@ function update_r1128() {
}
function update_r1129() {
- $r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = '');
+ $r = q("update hubloc set hubloc_network = 'zot' where hubloc_network = ''");
if($r)
return UPDATE_SUCCESS;
return UPDATE_FAILED;