From 2db7d88e285f2deb6d75d961bccfa396cd4eaae6 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 14 Oct 2014 18:02:34 -0700 Subject: this is the reason Diaspora forum tagging was broken --- install/update.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'install') diff --git a/install/update.php b/install/update.php index 0b1fa5d2e..18729f581 100644 --- a/install/update.php +++ b/install/update.php @@ -1,6 +1,6 @@ Date: Tue, 14 Oct 2014 18:05:32 -0700 Subject: missing quote --- install/update.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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; -- cgit v1.2.3