1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Applying missing commits

This commit is contained in:
SecretR
2013-10-16 18:13:21 +03:00
parent 932be9aacb
commit 6ae99f2bfd
9 changed files with 43 additions and 20 deletions

View File

@@ -338,7 +338,7 @@ class UserHandler
*/
public function generateRandomString($pattern, $seed = '')
{
if (strlen($pattern) < 6)
if (empty($pattern))
$pattern = '##....';
$newname = '';