Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fusiondirectory
fusiondirectory
Commits
368a4572
Commit
368a4572
authored
Jan 11, 2017
by
Côme Chilliet
Browse files
Fixes #4822 using static:: and not self::
parent
89752936
Changes
1
Hide whitespace changes
Inline
Side-by-side
html/class_passwordRecovery.inc
View file @
368a4572
...
...
@@ -531,7 +531,7 @@ class passwordRecovery extends standAlonePage {
function
generateAndStoreToken
()
{
$activatecode
=
s
elf
::
generateRandomHash
();
$activatecode
=
s
tatic
::
generateRandomHash
();
$error
=
$this
->
storeToken
(
$activatecode
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment