PMCORE-2967 Review the WARNING in the file workflow/engine/classes/Padl.php
This commit is contained in:
@@ -504,7 +504,7 @@ class Padl
|
||||
mt_srand($seed);
|
||||
|
||||
for ($i = 0; $length > $i; $i++) {
|
||||
$str .= $seeds{mt_rand(0, $seeds_count - 1)};
|
||||
$str .= $seeds[mt_rand(0, $seeds_count - 1)];
|
||||
}
|
||||
return $str;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user