From 4ab743eb9cc74cbd84c24b3a9e5272783bb82e86 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 7 Jul 2005 13:45:55 +0000 Subject: [PATCH] fixed profile checks --- lam/lib/baseModule.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lam/lib/baseModule.inc b/lam/lib/baseModule.inc index 1d8ba526..df01944f 100644 --- a/lam/lib/baseModule.inc +++ b/lam/lib/baseModule.inc @@ -238,7 +238,7 @@ class baseModule { if ($this->meta['profile_checks'][$identifiers[$i]]['required']) { $messages[] = $this->meta['profile_checks'][$identifiers[$i]]['required_message']; } - return $messages; + continue; } switch ($this->meta['profile_checks'][$identifiers[$i]]['type']) { // check by regular expression (from account.inc)