aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-10-19 18:48:01 -0700
committerzotlabs <mike@macgirvin.com>2017-10-19 18:48:01 -0700
commit7d92e9026e55d0e67cab237c5ced39480074a7f6 (patch)
tree6a812e9952dbd539f2a8e379edc79e217ff406bb /install/update.php
parent9d51318c53e1adc2e4d4c8586f8783819516991e (diff)
downloadvolse-hubzilla-7d92e9026e55d0e67cab237c5ced39480074a7f6.tar.gz
volse-hubzilla-7d92e9026e55d0e67cab237c5ced39480074a7f6.tar.bz2
volse-hubzilla-7d92e9026e55d0e67cab237c5ced39480074a7f6.zip
typo
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 80d987a19..7d59555d3 100644
--- a/install/update.php
+++ b/install/update.php
@@ -3036,7 +3036,7 @@ function update_r1196() {
)");
$r2 = q("create index \"pchan_guid\" on pchan (\"pchan_guid\")");
- $r3 = q("create index \"pchan_hash\" on pchan (\"pchan_hash\");
+ $r3 = q("create index \"pchan_hash\" on pchan (\"pchan_hash\")");
if($r1 && $r2 && $r3) {
return UPDATE_SUCCESS;