From e30520a5ef8d1e67298d2f93d286a2aab9b51378 Mon Sep 17 00:00:00 2001 From: jgen Date: Sat, 22 Feb 2014 23:23:23 -0500 Subject: [PATCH] Fixing typo. --- ext/comment/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/comment/main.php b/ext/comment/main.php index 86421e24..00b5a796 100644 --- a/ext/comment/main.php +++ b/ext/comment/main.php @@ -85,7 +85,7 @@ class CommentList extends Extension { "); $database->execute("CREATE INDEX comments_image_id_idx ON comments(image_id)", array()); $database->execute("CREATE INDEX comments_owner_id_idx ON comments(owner_id)", array()); - $database->execute("CREATE INDEX comments_posted_idx ON bookmark(posted)", array()); + $database->execute("CREATE INDEX comments_posted_idx ON comments(posted)", array()); $config->set_int("ext_comments_version", 3); }