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
parent 30f1f40a1e
commit 6b38968f80
2 changed files with 33 additions and 1 deletions
+1 -1
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();