aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-14 18:05:32 -0700
committerfriendica <info@friendica.com>2014-10-14 18:05:32 -0700
commit5362943330a0a57a45dd2ed0a4464b1208480aee (patch)
tree77a028e916eb80c11a0c7e516d184d15e8a382fb /install/update.php
parent2db7d88e285f2deb6d75d961bccfa396cd4eaae6 (diff)
downloadvolse-hubzilla-5362943330a0a57a45dd2ed0a4464b1208480aee.tar.gz
volse-hubzilla-5362943330a0a57a45dd2ed0a4464b1208480aee.tar.bz2
volse-hubzilla-5362943330a0a57a45dd2ed0a4464b1208480aee.zip
missing quote
Diffstat (limited to 'install/update.php')
-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;