Skip to content

Commit

Permalink
Merge branch 'master' of github.com:typecho/typecho
Browse files Browse the repository at this point in the history
  • Loading branch information
joyqi committed Dec 18, 2020
2 parents 3b7d2dc + e563687 commit 834e472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions tools/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion var/PasswordHash.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class PasswordHash {
var $portable_hashes;
var $random_state;

function PasswordHash($iteration_count_log2, $portable_hashes)
function __construct($iteration_count_log2, $portable_hashes)
{
$this->itoa64 = './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';

Expand Down

1 comment on commit 834e472

@armstrongchen
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个版本的页面评论表单似乎有问题。无论是否启用伪静态,评论表单的 action 指向的 URL 显示 404 错误。但文章的评论表单没问题。

Please sign in to comment.