diff --git a/lam/templates/3rdParty/pla/lib/functions.php b/lam/templates/3rdParty/pla/lib/functions.php index fba077a7..e8683da5 100644 --- a/lam/templates/3rdParty/pla/lib/functions.php +++ b/lam/templates/3rdParty/pla/lib/functions.php @@ -938,7 +938,7 @@ function masort(&$data,$sortby,$rev=0) { foreach (explode(',',$sortby) as $key) { if (!preg_match('/^[a-zA-z0-9_]+$/', $key)) { - die(); + return; } $code .= "if (is_object(\$a) || is_object(\$b)) {\n";