Commit 62d76b38 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Fixes #4822 using static:: and not self::

Showing with 1 addition and 1 deletion
+1 -1
......@@ -531,7 +531,7 @@ class passwordRecovery extends standAlonePage {
function generateAndStoreToken()
{
$activatecode = self::generateRandomHash();
$activatecode = static::generateRandomHash();
$error = $this->storeToken($activatecode);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment