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:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user