more tests, more fixes

This commit is contained in:
Shish
2009-07-19 17:59:57 +01:00
parent f574d0d81d
commit d959c174a1
5 changed files with 16 additions and 9 deletions

View File

@@ -66,7 +66,7 @@ class CommentList implements Extension {
global $config;
$config->set_default_bool('comment_anon', true);
$config->set_default_int('comment_window', 5);
$config->set_default_int('comment_limit', 3);
$config->set_default_int('comment_limit', 10);
$config->set_default_int('comment_count', 5);
if($config->get_int("ext_comments_version") < 2) {