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:
Michael Vogel 2014-05-04 21:11:25 +02:00
commit 6b38968f80
2 changed files with 33 additions and 1 deletions

View file

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