Fixing typo.

This commit is contained in:
jgen 2014-02-22 23:23:23 -05:00
parent 9892d1f7fd
commit e30520a5ef

View File

@ -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);
}