Skip to content

Commit 04e4509

Browse files
committed
fix: remove default value for user_uuid to prevent "The parameter "user_uuid" is not a valid UUID!" on registration
1 parent 3418572 commit 04e4509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profile/profile_new.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}, $getUserUuids);
4646

4747
if (empty($getUserUuids)) {
48-
$getUserUuids = array(admFuncVariableIsValid($_GET, 'user_uuid', 'uuid', array('defaultValue' => '')));
48+
$getUserUuids = array(admFuncVariableIsValid($_GET, 'user_uuid', 'uuid'));
4949
}
5050
}
5151

0 commit comments

Comments
 (0)