The template "register_adminadd_eml.tpl" was missing for all languages except german. That lead to an empty page when adding users.
This commit is contained in:
parent
30f1f40a1e
commit
6b38968f80
2 changed files with 33 additions and 1 deletions
|
@ -738,7 +738,7 @@ die("ss");
|
|||
// This problem can occur expecially with imported facebook posts
|
||||
$max_comments = get_config("system", "max_comments");
|
||||
if ($max_comments == 0)
|
||||
$max_comments = 1000;
|
||||
$max_comments = 100;
|
||||
|
||||
$items = array();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue