aboutsummaryrefslogtreecommitdiffstats
path: root/install/update.php
diff options
context:
space:
mode:
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;